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

Class TargetError

Lib/profiling/sampling/_sync_coordinator.py:33–35  ·  view source on GitHub ↗

Raised when target execution fails.

Source from the content-addressed store, hash-verified

31
32
33class TargetError(CoordinatorError):
34 """Raised when target execution fails."""
35 pass
36
37
38def _validate_arguments(args: List[str]) -> tuple[int, str, List[str]]:

Callers 4

_setup_environmentFunction · 0.85
_execute_moduleFunction · 0.85
_execute_scriptFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…