Home | History | Annotate | Download | only in python2.7

Lines Matching defs:ImportManager

5     ImportManager   Manage the import process
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
30 class ImportManager:
34 "Install this ImportManager into the specified namespace."
544 # private to the ImportManager. The ImportManager uses the
624 ImportManager().install()
654 # should BuiltinImporter exist in sys.path or hard-wired in ImportManager?
694 # We could cache this in a dictionary: the ImportManager can have a
702 # ImportManager instance) so that rearrangements of sys.path do the
706 # My/Guido's comments on factoring ImportManager and Importer:
710 # > 1) implementing policy in ImportManager assists in single-point policy
717 # > delegating to ImportManager.