MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / __aexit__

Method __aexit__

python/src/cmdop/client.py:99–100  ·  view source on GitHub ↗
(self, *exc: Any)

Source from the content-addressed store, hash-verified

97 return self
98
99 async def __aexit__(self, *exc: Any) -> None:
100 await self.aclose()
101
102 async def aclose(self) -> None:
103 """Close stdin (graceful drain) and reap the core process."""

Callers

nothing calls this directly

Calls 1

acloseMethod · 0.95

Tested by

no test coverage detected