Home | Trees | Indices | Help |
|
---|
|
Lazily import pycocoa
modules and attributes, based on lazy_import from Brett Cannon's modutil.
Lazy import
is supported only for Python 3.7+ and is enabled by default in PyCocoa
20.01.30 and later.
To disable lazy import
, set environment variable
PYCOCOA_LAZY_IMPORT
to 0
or an empty string.
Use 2
or higher to print a message for each lazily imported
module and attribute, similar to environment variable
PYTHONVERBOSE
showing imports. Using 3
or
higher also shows the importing file name and line number.
Note:
Lazy import
applies only to top-level modules of
pycocoa
. A lazy import
of a top-level
module also loads all sub-modules imported by that top-level
module.
Version: 25.02.25
Classes | |
LazyAttributeError Raised if a lazily imported attribute is missing or
invalid.
|
|
LazyImportError Raised if lazy import is not supported, disabled or
failed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 26 13:23:51 2025 | http://epydoc.sourceforge.net |