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

Class SamplingScriptNotFoundError

Lib/profiling/sampling/errors.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 super().__init__(f"Process with PID '{pid}' does not exist.")
10
11class SamplingScriptNotFoundError(SamplingProfilerError):
12 def __init__(self, script_path):
13 self.script_path = script_path
14 super().__init__(f"Script '{script_path}' not found.")
15
16class SamplingModuleNotFoundError(SamplingProfilerError):
17 def __init__(self, module_name):

Callers 1

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