Question

I did globals() in Idle and saw _frozen_importlib.BuiltinImporter. Can anyone aid with an explanation or a reference source?

Était-ce utile?

La solution

That's importlib.machinery.BuiltinImporter, the importer for built-in modules. The core of importlib is bootstrapped as a frozen module in the interpreter.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top