Does nothing here, but is called by the get_version method and can be overridden by subclasses. In particular it is redefined in the `FCompiler` class where more documentation can be found.
(self)
| 98 | ## results if used elsewhere. So, you have been warned.. |
| 99 | |
| 100 | def CCompiler_find_executables(self): |
| 101 | """ |
| 102 | Does nothing here, but is called by the get_version method and can be |
| 103 | overridden by subclasses. In particular it is redefined in the `FCompiler` |
| 104 | class where more documentation can be found. |
| 105 | |
| 106 | """ |
| 107 | pass |
| 108 | |
| 109 | |
| 110 | replace_method(CCompiler, 'find_executables', CCompiler_find_executables) |
nothing calls this directly
no outgoing calls
no test coverage detected