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

Class DistutilsModuleError

Tools/c-analyzer/distutils/errors.py:15–18  ·  view source on GitHub ↗

Unable to load an expected module, or to find an expected class within some module (in particular, command modules and classes).

Source from the content-addressed store, hash-verified

13 pass
14
15class DistutilsModuleError (DistutilsError):
16 """Unable to load an expected module, or to find an expected class
17 within some module (in particular, command modules and classes)."""
18 pass
19
20class DistutilsFileError (DistutilsError):
21 """Any problems in the filesystem: expected file not found, etc.

Callers 1

new_compilerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…