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

Class SyncError

Lib/profiling/sampling/_sync_coordinator.py:28–30  ·  view source on GitHub ↗

Raised when synchronization with profiler fails.

Source from the content-addressed store, hash-verified

26
27
28class SyncError(CoordinatorError):
29 """Raised when synchronization with profiler fails."""
30 pass
31
32
33class TargetError(CoordinatorError):

Callers 1

_signal_readinessFunction · 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…