Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ close_connection
Function
close_connection
example_code/item_083.py:59–60 ·
view source on GitHub ↗
(connection)
Source
from the content-addressed store, hash-verified
57
raise
RpcError(
"From lookup_request"
)
58
59
def
close_connection(connection):
60
print(
"Connection closed"
)
61
62
try
:
63
request = lookup_request(connection)
Callers
1
item_083.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected