Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dtest_selector_events.py384 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
508 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
900 self.protocol = test_utils.make_test_protocol(asyncio.BufferedProtocol)
949 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
959 buf_proto = test_utils.make_test_protocol(asyncio.BufferedProtocol)
1078 self.protocol = test_utils.make_test_protocol(asyncio.DatagramProtocol)
Dtest_proactor_events.py41 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
499 self.protocol = test_utils.make_test_protocol(asyncio.DatagramProtocol)
835 self.protocol = test_utils.make_test_protocol(asyncio.DatagramProtocol)
Dutils.py284 def make_test_protocol(base): function
Dtest_unix_events.py659 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
836 self.protocol = test_utils.make_test_protocol(asyncio.BaseProtocol)