mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
```
import types
types.LazyImportType({}, "3", 0)
```
```
def f():
exec("lazy import json")
f()
```
|
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| __main__.py | ||
| test_lazy_imports.py | ||