File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ BaseTransport
33
33
34
34
Base class for transports.
35
35
36
- .. method :: close(self )
36
+ .. method :: close()
37
37
38
38
Close the transport. If the transport has a buffer for outgoing
39
39
data, buffered data will be flushed asynchronously. No more data
40
40
will be received. After all buffered data is flushed, the
41
41
protocol's :meth: `connection_lost ` method will be called with
42
42
:const: `None ` as its argument.
43
43
44
- .. method :: is_closing(self )
44
+ .. method :: is_closing()
45
45
46
46
Return ``True `` if the transport is closing or is closed.
47
47
@@ -248,7 +248,7 @@ BaseSubprocessTransport
248
248
if it hasn't returned, similarly to the
249
249
:attr: `subprocess.Popen.returncode ` attribute.
250
250
251
- .. method :: kill(self )
251
+ .. method :: kill()
252
252
253
253
Kill the subprocess, as in :meth: `subprocess.Popen.kill `.
254
254
You can’t perform that action at this time.
0 commit comments