About Anaconda Help Download Anaconda

conda-forge / packages / zope.deferredimport 4.3.1

defers import to when objects are actually used

Installers

Info: This package contains files in non-standard labels.
  • noarch v4.3.1

conda install

To install this package run one of the following:
conda install conda-forge::zope.deferredimport
conda install conda-forge/label/cf202003::zope.deferredimport

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy