| 14 | super().__init__(f"Script '{script_path}' not found.") |
| 15 | |
| 16 | class SamplingModuleNotFoundError(SamplingProfilerError): |
| 17 | def __init__(self, module_name): |
| 18 | self.module_name = module_name |
| 19 | super().__init__(f"Module '{module_name}' not found.") |
no outgoing calls
no test coverage detected
searching dependent graphs…