Searched refs:write_eof (Results 1 – 18 of 18) sorted by relevance
119 def write_eof(self): member in WriteTransport
413 def write_eof(self): member in _ProactorBaseWritePipeTransport589 def write_eof(self): member in _ProactorDuplexPipeTransport611 def write_eof(self): member in _ProactorSocketTransport
346 def write_eof(self): member in StreamWriter347 return self._transport.write_eof()
152 self._incoming.write_eof()
714 def write_eof(self): member in _UnixWritePipeTransport735 self.write_eof()
967 def write_eof(self): member in _SelectorSocketTransport
46 self.assertRaises(NotImplementedError, transport.write_eof)
299 tr.write_eof()301 tr.write_eof()310 tr.write_eof()323 tr.write_eof()334 tr.write_eof()349 tr.write_eof()
1068 tr.write_eof = mock.Mock()1070 tr.write_eof.assert_called_with()1077 tr.write_eof = mock.Mock()1080 self.assertFalse(tr.write_eof.called)1084 tr.write_eof()1093 tr.write_eof()
859 tr.write_eof()861 tr.write_eof()869 tr.write_eof()883 tr.write_eof()
344 * - :meth:`transport.write_eof() <WriteTransport.write_eof>`
267 the :meth:`write_eof` method, ``False`` otherwise.269 .. method:: write_eof()
281 :meth:`~WriteTransport.write_eof`, :const:`False` if not.342 .. method:: WriteTransport.write_eof()562 (for example by calling :meth:`transport.write_eof()563 <WriteTransport.write_eof>`, if the other end also uses
2569 .. method:: MemoryBIO.write_eof()
140 Fixed bug where calling write_eof() on a _SelectorSocketTransport after it's
183 Fixed bug where calling write_eof() on a _SelectorSocketTransport after it's
4480 Fixed bug where calling write_eof() on a _SelectorSocketTransport after it's
1836 bio.write_eof()2187 incoming.write_eof()