mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
importlib.abc.SourceLoader. This provides an easy hook into the import system to allow for source transformations, AST optimizations, etc.
importlib.abc.SourceLoader. This provides an easy hook into the import system to allow for source transformations, AST optimizations, etc.