|
None | __init__ (self, str local_name, Dict parent_module_globals, str name, Optional[str] warning=None) |
|
Any | __getattr__ (self, str item) |
|
List[str] | __dir__ (self) |
|
|
types.ModuleType | _load (self) |
|
|
| _local_name |
|
| _parent_module_globals |
|
| _warning |
|
Lazily import a module, mainly to avoid pulling in large dependencies.
◆ _load()
types.ModuleType xgboost.compat.LazyLoader._load |
( |
|
self | ) |
|
|
protected |
Load the module and insert it into the parent's globals.
The documentation for this class was generated from the following file:
- External/xgboost/python-package/xgboost/compat.py