余尚辉 b813422051 feat:init 1 month ago
..
__pycache__ b813422051 feat:init 1 month ago
_os b813422051 feat:init 1 month ago
pkg_formats b813422051 feat:init 1 month ago
README.md b813422051 feat:init 1 month ago
__init__.py b813422051 feat:init 1 month ago
_logic.py b813422051 feat:init 1 month ago
compat.py b813422051 feat:init 1 month ago
configuration.py b813422051 feat:init 1 month ago
constants.py b813422051 feat:init 1 month ago
cuda.py b813422051 feat:init 1 month ago
decorators.py b813422051 feat:init 1 month ago
disk.py b813422051 feat:init 1 month ago
io.py b813422051 feat:init 1 month ago
iterators.py b813422051 feat:init 1 month ago
logic.py b813422051 feat:init 1 month ago
path.py b813422051 feat:init 1 month ago
serialize.py b813422051 feat:init 1 month ago
signals.py b813422051 feat:init 1 month ago
toposort.py b813422051 feat:init 1 month ago
url.py b813422051 feat:init 1 month ago

README.md

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.