Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commandoperator/cmdop-sdk
/ aclose
Method
aclose
python/src/cmdop/client.py:102–104 ·
view source on GitHub ↗
Close stdin (graceful drain) and reap the core process.
(self)
Source
from the content-addressed store, hash-verified
100
await self.aclose()
101
102
async
def
aclose(self) -> None:
103
""
"Close stdin (graceful drain) and reap the core process."
""
104
await self._t.aclose()
Callers
13
__aexit__
Method · 0.95
test_skills_list_round_trip
Function · 0.45
test_skills_install_auth_error
Function · 0.45
test_unary_response_round_trip
Function · 0.45
test_unary_error_maps_to_typed_exception
Function · 0.45
test_ask_stream_all_frame_types_with_pin_and_confirm
Function · 0.45
test_ask_stream_error_frame_raises
Function · 0.45
test_ask_stream_pin_error_frame_raises_typed
Function · 0.45
test_collect_accumulates_deltas
Function · 0.45
test_large_frame_over_64kb_round_trips
Function · 0.45
test_core_crash_rejects_pending_unary
Function · 0.45
test_core_crash_raises_on_open_stream
Function · 0.45
Calls
no outgoing calls
Tested by
12
test_skills_list_round_trip
Function · 0.36
test_skills_install_auth_error
Function · 0.36
test_unary_response_round_trip
Function · 0.36
test_unary_error_maps_to_typed_exception
Function · 0.36
test_ask_stream_all_frame_types_with_pin_and_confirm
Function · 0.36
test_ask_stream_error_frame_raises
Function · 0.36
test_ask_stream_pin_error_frame_raises_typed
Function · 0.36
test_collect_accumulates_deltas
Function · 0.36
test_large_frame_over_64kb_round_trips
Function · 0.36
test_core_crash_rejects_pending_unary
Function · 0.36
test_core_crash_raises_on_open_stream
Function · 0.36
test_unary_error_code_maps_to_typed_exception
Function · 0.36