Searched refs:pause_reading (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython3/Lib/asyncio/
H A Dtransports.py48 def pause_reading(self): member in class:ReadTransport
H A Dsslproto.py338 def pause_reading(self): member in class:_SSLProtocolTransport
344 self._ssl_protocol._transport.pause_reading()
H A Dproactor_events.py161 def pause_reading(self): member in class:_ProactorReadPipeTransport
163 raise RuntimeError('Cannot pause_reading() when closing')
H A Dstreams.py425 self._transport.pause_reading()
H A Dselector_events.py700 def pause_reading(self): member in class:_SelectorSocketTransport
702 raise RuntimeError('Cannot pause_reading() when closing')
927 def pause_reading(self): member in class:_SelectorSslTransport
935 raise RuntimeError('Cannot pause_reading() when closing')
H A Dunix_events.py397 def pause_reading(self): member in class:_UnixReadPipeTransport
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_transports.py43 self.assertRaises(NotImplementedError, transport.pause_reading)
H A Dtest_subprocess.py241 transport.pause_reading = mock.Mock()
267 self.assertTrue(transport.pause_reading.called)
H A Dtest_proactor_events.py344 tr.pause_reading()
H A Dtest_selector_events.py831 tr.pause_reading()
1230 tr.pause_reading()
H A Dtest_unix_events.py466 tr.pause_reading()

Completed in 134 milliseconds