We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ec622 commit e30f83fCopy full SHA for e30f83f
1 file changed
peps/pep-0810.rst
@@ -1231,9 +1231,7 @@ Can I force reification of a lazy import without using it?
1231
----------------------------------------------------------
1232
1233
Yes, individual lazy objects can be resolved by calling their ``resolve()``
1234
-method. Note that accessing a module's ``__dict__`` or calling ``globals()``
1235
-does **not** automatically reify lazy imports -- you'll see the lazy proxy
1236
-objects themselves, which you can then manually resolve if needed.
+method.
1237
1238
What's the difference between ``globals()`` and ``mod.__dict__`` for lazy imports?
1239
----------------------------------------------------------------------------------
0 commit comments