Home
last modified time | relevance | path

Searched refs:make_test_protocol (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py36 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
482 self.protocol = test_utils.make_test_protocol(asyncio.BufferedProtocol)
537 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
551 buf_proto = test_utils.make_test_protocol(asyncio.BufferedProtocol)
574 buf_proto = test_utils.make_test_protocol(asyncio.BufferedProtocol)
Dtest_selector_events.py784 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
895 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
1287 self.protocol = test_utils.make_test_protocol(asyncio.BufferedProtocol)
1336 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
1346 buf_proto = test_utils.make_test_protocol(asyncio.BufferedProtocol)
1465 self.protocol = test_utils.make_test_protocol(asyncio.DatagramProtocol)
Dutils.py272 def make_test_protocol(base): function
Dtest_unix_events.py635 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
785 self.protocol = test_utils.make_test_protocol(asyncio.BaseProtocol)