Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top