File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,16 +73,7 @@ real = force_load(proxy) # resolve now and return the real module
7373
7474## API
7575
76- | Symbol | Description |
77- | --- | --- |
78- | ` lazy_import(name, package=None) ` | Return a lazy proxy for module ` name ` . |
79- | ` lazy_from(module, *names) ` | Lazily import specific names from a module. |
80- | ` is_lazy(obj) ` | Return ` True ` if ` obj ` is a ` LazyModule ` . |
81- | ` force_load(obj) ` | Force resolution of a ` LazyModule ` ; pass-through for anything else. |
82- | ` lazy() ` | Context manager for grouping lazy imports (no-op marker). |
83- | ` LazyModule ` | The proxy class returned by ` lazy_import() ` . |
84- | ` NATIVE_LAZY_IMPORT ` | ` True ` when running on Python 3.15+. |
85- | ` SUPPORT_LAZY_IMPORT ` | ` True ` on every version (this package provides its own implementation). |
76+ See the [ main documentation] ( docs/documentation.md )
8677
8778## Python 3.15+ native syntax
8879
You can’t perform that action at this time.
0 commit comments