Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ wait
Method
wait
python/copilot/client.py:3777–3778 ·
view source on GitHub ↗
(self, timeout=None)
Source
from the content-addressed store, hash-verified
3775
self.terminate()
3776
3777
def
wait(self, timeout=None):
3778
pass
3779
3780
self._process = SocketWrapper(sock_file, sock)
# type: ignore
3781
self._client = JsonRpcClient(self._process)
Callers
15
test_on_close_called_on_unexpected_exit
Method · 0.80
_handle_web_socket
Method · 0.80
_run_cancellable
Function · 0.80
send_and_wait
Method · 0.80
test_client_receives_commands_changed_when_another_client_joins_with_commands
Method · 0.80
test_capabilities_changed_when_second_client_joins_with_elicitation
Method · 0.80
test_capabilities_changed_when_elicitation_provider_disconnects
Method · 0.80
send_request
Method · 0.80
test_fires_cancel_event_when_consumer_aborts_in_flight_request
Method · 0.80
test_should_receive_session_events
Method · 0.80
test_handler_exception_does_not_halt_event_delivery
Method · 0.80
test_disposeasync_from_handler_does_not_deadlock
Method · 0.80
Calls
no outgoing calls
Tested by
14
test_on_close_called_on_unexpected_exit
Method · 0.64
test_client_receives_commands_changed_when_another_client_joins_with_commands
Method · 0.64
test_capabilities_changed_when_second_client_joins_with_elicitation
Method · 0.64
test_capabilities_changed_when_elicitation_provider_disconnects
Method · 0.64
send_request
Method · 0.64
test_fires_cancel_event_when_consumer_aborts_in_flight_request
Method · 0.64
test_should_receive_session_events
Method · 0.64
test_handler_exception_does_not_halt_event_delivery
Method · 0.64
test_disposeasync_from_handler_does_not_deadlock
Method · 0.64
_stop_process
Function · 0.64
test_should_succeed_with_compaction_while_using_sessionfs
Method · 0.64
test_client_receives_commands_changed_when_another_client_joins
Method · 0.64