MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / __init__

Method __init__

python/src/cmdop/errors.py:64–66  ·  view source on GitHub ↗
(self, *args: Any, retry_after: int | None = None, **kwargs: Any)

Source from the content-addressed store, hash-verified

62
63
64class TimeoutError(ConnectionError): # noqa: A001
65 retryable = True
66
67
68class UnavailableError(CmdopError):
69 pass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected