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

Class SamplingModuleNotFoundError

Lib/profiling/sampling/errors.py:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 super().__init__(f"Script '{script_path}' not found.")
15
16class SamplingModuleNotFoundError(SamplingProfilerError):
17 def __init__(self, module_name):
18 self.module_name = module_name
19 super().__init__(f"Module '{module_name}' not found.")

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…