CMD + K

zope.deferredimport

Community

defers import to when objects are actually used

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::zope.deferredimport

Usage Tracking

4.3.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

noarch