MCPcopy 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
59def close_connection(connection):
60 print("Connection closed")
61
62try:
63 request = lookup_request(connection)

Callers 1

item_083.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected