#lazy-import

[ follow ]
#python
fromMathspp
5 days ago
Python

TIL 143 - Resolve a lazy import manually

Lazy imports in Python can be inspected and resolved using the 'resolve' method to access the actual module.
fromPythontest
6 months ago
Python

Polite lazy imports for Python package maintainers | PythonTest

Minimize package import time by lazily loading subcomponents via __init__.py so importing the package doesn't load unused parts.
Python
fromMathspp
5 days ago

TIL 143 - Resolve a lazy import manually

Lazy imports in Python can be inspected and resolved using the 'resolve' method to access the actual module.
[ Load more ]