mirror of
https://github.com/python/cpython.git
synced 2026-07-03 08:15:46 -04:00
6 lines
111 B
Python
6 lines
111 B
Python
lazy import test.test_lazy_import.data.basic2 as basic2
|
|
|
|
import sys
|
|
mod = sys.modules[__name__]
|
|
x = mod.basic2
|