We don't know how to do something on the current platform (but we do know how to do it on some platform) -- eg. trying to compile C files on a platform not supported by a CCompiler subclass.
| 24 | pass |
| 25 | |
| 26 | class DistutilsPlatformError (DistutilsError): |
| 27 | """We don't know how to do something on the current platform (but |
| 28 | we do know how to do it on some platform) -- eg. trying to compile |
| 29 | C files on a platform not supported by a CCompiler subclass.""" |
| 30 | pass |
| 31 | |
| 32 | class DistutilsExecError (DistutilsError): |
| 33 | """Any problems executing an external program (such as the C |
no outgoing calls
no test coverage detected
searching dependent graphs…