Searched refs:write_eof (Results 1 – 18 of 18) sorted by relevance
46 self.assertRaises(NotImplementedError, transport.write_eof)
304 tr.write_eof()306 tr.write_eof()315 tr.write_eof()328 tr.write_eof()339 tr.write_eof()354 tr.write_eof()
1077 tr.write_eof = mock.Mock()1079 tr.write_eof.assert_called_with()1086 tr.write_eof = mock.Mock()1089 self.assertFalse(tr.write_eof.called)1093 tr.write_eof()1102 tr.write_eof()
859 tr.write_eof()861 tr.write_eof()869 tr.write_eof()883 tr.write_eof()
119 def write_eof(self): member in WriteTransport
415 def write_eof(self): member in _ProactorBaseWritePipeTransport591 def write_eof(self): member in _ProactorDuplexPipeTransport613 def write_eof(self): member in _ProactorSocketTransport
331 def write_eof(self): member in StreamWriter332 return self._transport.write_eof()
152 self._incoming.write_eof()
724 def write_eof(self): member in _UnixWritePipeTransport745 self.write_eof()
967 def write_eof(self): member in _SelectorSocketTransport
344 * - :meth:`transport.write_eof() <WriteTransport.write_eof>`
289 the :meth:`write_eof` method, ``False`` otherwise.291 .. 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
2594 .. 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
1906 bio.write_eof()2292 incoming.write_eof()