Skip to content

Commit 48a41dd

Browse files
committed
Change API field in README to a link!
1 parent 11580ab commit 48a41dd

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)