Home
last modified time | relevance | path

Searched refs:can_write_eof (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dtransports.py134 def can_write_eof(self): member in WriteTransport
H A Dproactor_events.py416 def can_write_eof(self): member in _ProactorBaseWritePipeTransport
596 def can_write_eof(self): member in _ProactorDuplexPipeTransport
618 def can_write_eof(self): member in _ProactorSocketTransport
H A Dstreams.py340 def can_write_eof(self): member in StreamWriter
341 return self._transport.can_write_eof()
H A Dsslproto.py235 def can_write_eof(self): member in _SSLProtocolTransport
H A Dunix_events.py741 def can_write_eof(self): member in _UnixWritePipeTransport
H A Dselector_events.py1113 def can_write_eof(self): member in _SelectorSocketTransport
/third_party/python/Lib/test/test_asyncio/
H A Dtest_transports.py53 self.assertRaises(NotImplementedError, transport.can_write_eof)
H A Dtest_proactor_events.py338 self.assertTrue(tr.can_write_eof())
362 self.assertTrue(tr.can_write_eof())
387 self.assertFalse(tr.can_write_eof())
H A Dtest_selector_events.py855 self.assertTrue(tr.can_write_eof())
H A Dtest_unix_events.py869 self.assertTrue(tr.can_write_eof())

Completed in 13 milliseconds