Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/modelcontextprotocol/python-sdk
/ close
Function
close
tests/shared/conftest.py:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
client, server = create_direct_dispatcher_pair(can_send_request=can_send_request)
25
26
def
close() -> None:
27
client.close()
28
server.close()
29
30
return
client, server, close
31
Callers
4
_close_subprocess_transport
Function · 0.85
running_pair
Function · 0.85
connected_runner
Function · 0.85
test_serve_connection_drives_dispatcher_loop_and_tears_down
Function · 0.85
Calls
1
close
Method · 0.45
Tested by
no test coverage detected