MCPcopy Index your code
hub / github.com/python/cpython / ArgumentError

Class ArgumentError

Lib/profiling/sampling/_sync_coordinator.py:23–25  ·  view source on GitHub ↗

Raised when invalid arguments are provided.

Source from the content-addressed store, hash-verified

21
22
23class ArgumentError(CoordinatorError):
24 """Raised when invalid arguments are provided."""
25 pass
26
27
28class SyncError(CoordinatorError):

Callers 2

_validate_argumentsFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…