HomeSort by relevance Sort by last modified time
    Searched refs:resume_writing (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/asyncio/
protocols.py 39 more), and eventually resume_writing() is called once when the
44 Conversely, resume_writing() is called when the buffer size is
55 def resume_writing(self): member in class:BaseProtocol
transports.py 72 pause_writing() and resume_writing() methods. If specified,
82 resume_writing() to be called only once the buffer is empty.
244 resume_writing() may be called.
275 self._protocol.resume_writing()
278 'message': 'protocol.resume_writing() failed',
base_subprocess.py 285 def resume_writing(self): member in class:WriteSubprocessPipeProto
286 self.proc._protocol.resume_writing()
sslproto.py 358 pause_writing() and resume_writing() methods. If specified,
368 resume_writing() to be called only once the buffer is empty.
491 def resume_writing(self): member in class:SSLProtocol
495 self._app_protocol.resume_writing()
streams.py 173 def resume_writing(self): member in class:FlowControlMixin
  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 364 self.assertFalse(self.protocol.resume_writing.called)
381 self.assertTrue(self.protocol.resume_writing.called)

Completed in 218 milliseconds