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 d0a54d9 commit d9cc11bCopy full SHA for d9cc11b
1 file changed
docs/changes.rst
@@ -66,6 +66,11 @@ these reasons a major version bump is being made.
66
``AutoObjectProxy`` and should only be used where you know you will not be
67
needing many instances of it.
68
69
+* Added ``wrapt.lazy_import()`` function which takes a module name and returns a
70
+ ``LazyObjectProxy`` which will import the module when it is first needed.
71
+ This can be useful for deferring import of modules until they are actually
72
+ needed.
73
+
74
**Features Changed**
75
76
* Code related to Python 2.X and workarounds for older Python 3.X versions has
0 commit comments