MCPcopy Create free account
hub / github.com/FastLED/FastLED / RpcTimeoutError

Class RpcTimeoutError

ci/rpc_client.py:77–80  ·  view source on GitHub ↗

RPC operation timed out.

Source from the content-addressed store, hash-verified

75
76
77class RpcTimeoutError(TimeoutError):
78 """RPC operation timed out."""
79
80 pass
81
82
83class RpcError(Exception):

Callers 3

sendMethod · 0.85
send_and_matchMethod · 0.85
_wait_for_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected