Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ connection_made
Method
connection_made
Lib/test/test_asyncio/test_ssl.py:1709–1710 ·
view source on GitHub ↗
(self, transport)
Source
from the content-addressed store, hash-verified
1707
self.transport = None
1708
1709
def
connection_made(self, transport):
1710
self.transport = transport
1711
1712
def
data_received(self, data):
1713
if
data == b
'hello'
:
Callers
1
test_protocol
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected