余尚辉 b813422051 feat:init | 1 month ago | |
---|---|---|
.. | ||
__pycache__ | 1 month ago | |
README.md | 1 month ago | |
__init__.py | 1 month ago | |
constants.py | 1 month ago | |
context.py | 1 month ago | |
exceptions.py | 1 month ago |
conda.base
Code in conda.base
is the lowest level of the application stack. It is loaded and executed
virtually every time the application is executed. Any code within, and any of its imports, must
be highly performant.
Conda modules importable from conda.base
are:
conda._vendor
conda.base
conda.common
Modules prohibited from importing conda.base
are:
conda._vendor
conda.common
All other conda
modules may import from conda.base
.