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

  /external/python/cpython3/Lib/asyncio/
protocols.py 41 more), and eventually resume_writing() is called once when the
46 Conversely, resume_writing() is called when the buffer size is
57 def resume_writing(self): member in class:BaseProtocol
transports.py 75 pause_writing() and resume_writing() methods. If specified,
85 resume_writing() to be called only once the buffer is empty.
247 resume_writing() may be called.
278 self._protocol.resume_writing()
281 'message': 'protocol.resume_writing() failed',
base_subprocess.py 276 def resume_writing(self): member in class:WriteSubprocessPipeProto
277 self.proc._protocol.resume_writing()
sslproto.py 351 pause_writing() and resume_writing() methods. If specified,
361 resume_writing() to be called only once the buffer is empty.
374 # Required for sendfile fallback pause_writing/resume_writing logic
510 def resume_writing(self): member in class:SSLProtocol
514 self._app_protocol.resume_writing()
streams.py 151 resume_writing() and connection_lost(). If the subclass overrides
172 def resume_writing(self): member in class:FlowControlMixin
base_events.py 222 def resume_writing(self): member in class:_SendfileFallbackProtocol
244 self._proto.resume_writing()
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 398 self.assertFalse(self.protocol.resume_writing.called)
415 self.assertTrue(self.protocol.resume_writing.called)
    [all...]

Completed in 912 milliseconds