Custom exception raised by resolve_pkg_root_and_module_name.
| 935 | |
| 936 | |
| 937 | class CouldNotResolvePathError(Exception): |
| 938 | """Custom exception raised by resolve_pkg_root_and_module_name.""" |
| 939 | |
| 940 | |
| 941 | def scandir( |
no outgoing calls
no test coverage detected
searching dependent graphs…