余尚辉 b813422051 feat:init | 1 month ago | |
---|---|---|
.. | ||
__pycache__ | 1 month ago | |
_os | 1 month ago | |
pkg_formats | 1 month ago | |
README.md | 1 month ago | |
__init__.py | 1 month ago | |
_logic.py | 1 month ago | |
compat.py | 1 month ago | |
configuration.py | 1 month ago | |
constants.py | 1 month ago | |
cuda.py | 1 month ago | |
decorators.py | 1 month ago | |
disk.py | 1 month ago | |
io.py | 1 month ago | |
iterators.py | 1 month ago | |
logic.py | 1 month ago | |
path.py | 1 month ago | |
serialize.py | 1 month ago | |
signals.py | 1 month ago | |
toposort.py | 1 month ago | |
url.py | 1 month ago |
conda.common
Code in conda.common
is not conda-specific. Technically, it sits aside the application
stack and not within the stack. It is able to stand independently on its own.
The only allowed imports of conda code in conda.common
modules are imports of other
conda.common
modules and imports from conda._vendor
.
If objects are needed from other parts of conda, they should be passed directly as arguments to functions and methods.