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

Method cb

Lib/test/test_asyncio/test_ssl.py:1080–1086  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

1078 transport, self, sslctx_2, server_side=True))
1079
1080 def cb(_):
1081 try:
1082 tr = fut.result()
1083 except Exception as ex:
1084 super_.connection_lost(ex)
1085 else:
1086 super_.connection_made(tr)
1087 fut.add_done_callback(cb)
1088
1089 def server_protocol_factory():

Callers

nothing calls this directly

Calls 3

resultMethod · 0.45
connection_lostMethod · 0.45
connection_madeMethod · 0.45

Tested by

no test coverage detected