zope.deferredimport
defers import to when objects are actually used
defers import to when objects are actually used
To install this package, run one of the following:
Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.
Summary
defers import to when objects are actually used
Last Updated
Dec 27, 2019 at 13:53
License
ZPL 2.1
Total Downloads
3.9K
Version Downloads
3.9K
Supported Platforms
GitHub Repository
https://github.com/zopefoundation/zope.deferredimportDocumentation
https://zopedeferredimport.readthedocs.io/