class documentation
class _LazyModule(ModuleType): (source)
Constructor: _LazyModule(module_name, module_available)
Module that can act both as a lazy-loader and as a proxy.
Notes
We do NOT register this module with sys.modules
so as not to cause
confusion in the global environment. This way we have a valid proxy
module for our own use, but it lives exclusively within polars.
Method | __getattr__ |
Undocumented |
Method | __init__ |
Initialise lazy-loading proxy module. |
Class Variable | __lazy__ |
Undocumented |
Method | _import |
Undocumented |
Class Variable | _mod |
Undocumented |
Instance Variable | _globals |
Undocumented |
Instance Variable | _module |
Undocumented |
Instance Variable | _module |
Undocumented |