OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_closing
(Results
1 - 14
of
14
) sorted by null
/external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py
208
self.assertTrue(tr.
is_closing
())
302
self.assertTrue(tr.
is_closing
())
313
self.assertTrue(tr.
is_closing
())
test_unix_events.py
495
self.assertTrue(tr.
is_closing
())
653
self.assertTrue(tr.
is_closing
())
710
self.assertTrue(tr.
is_closing
())
745
self.assertTrue(tr.
is_closing
())
794
self.assertTrue(tr.
is_closing
())
803
self.assertTrue(tr.
is_closing
())
[
all
...]
test_subprocess.py
65
self.assertFalse(transport.
is_closing
())
test_selector_events.py
731
self.assertTrue(tr.
is_closing
())
756
self.assertTrue(tr.
is_closing
())
[
all
...]
/external/python/cpython3/Lib/asyncio/
base_subprocess.py
95
def
is_closing
(self):
member in class:BaseSubprocessTransport
transports.py
22
def
is_closing
(self):
member in class:BaseTransport
unix_events.py
409
def
is_closing
(self):
member in class:_UnixReadPipeTransport
609
def
is_closing
(self):
member in class:_UnixWritePipeTransport
[
all
...]
selector_events.py
255
if not transport.
is_closing
():
611
def
is_closing
(self):
member in class:_SelectorTransport
[
all
...]
proactor_events.py
75
def
is_closing
(self):
member in class:_ProactorBasePipeTransport
sslproto.py
314
def
is_closing
(self):
member in class:_SSLProtocolTransport
streams.py
325
if self._transport.
is_closing
():
/external/python/cpython3/Doc/library/
asyncio-protocol.rst
47
.. method::
is_closing
()
/external/python/cpython3/Doc/whatsnew/
3.5.rst
833
* New :meth:`Transport.
is_closing
() <asyncio.BaseTransport.
is_closing
>`
[
all
...]
3.6.rst
835
* New :meth:`Transport.
is_closing
() <asyncio.BaseTransport.
is_closing
>`
[
all
...]
Completed in 614 milliseconds