| 1 | """Core implementation of path-based import. |
| 2 | |
| 3 | This module is NOT meant to be directly imported! It has been designed such |
| 4 | that it can be bootstrapped into Python as the implementation of import. As |
nothing calls this directly
no test coverage detected