MCPcopy Index your code
hub / github.com/python/cpython / MyProto

Class MyProto

Lib/test/test_asyncio/test_events.py:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116class MyProto(MyBaseProto):
117 def connection_made(self, transport):
118 super().connection_made(transport)
119 transport.write(b'GET / HTTP/1.0\r\nHost: example.com\r\n\r\n')
120
121
122class MyDatagramProto(asyncio.DatagramProtocol):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…