MCPcopy
hub / github.com/modelcontextprotocol/python-sdk / aclose

Method aclose

src/mcp/shared/_stream_protocols.py:26–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24
25 async def receive(self) -> T_co: ...
26 async def aclose(self) -> None: ...
27 def __aiter__(self) -> ReadStream[T_co]: ...
28 async def __anext__(self) -> T_co: ...
29 async def __aenter__(self) -> Self: ...

Callers 15

__aexit__Method · 0.45
_establish_sessionMethod · 0.45
_connectMethod · 0.45
stdin_writerFunction · 0.45
_close_pipeFunction · 0.45
_aclose_allFunction · 0.45
sse_readerFunction · 0.45
_handle_sse_responseMethod · 0.45
_handle_reconnectionMethod · 0.45
aclose_shieldedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected