余尚辉 b813422051 feat:init 1 month ago
..
__pycache__ b813422051 feat:init 1 month ago
README.md b813422051 feat:init 1 month ago
__init__.py b813422051 feat:init 1 month ago
constants.py b813422051 feat:init 1 month ago
context.py b813422051 feat:init 1 month ago
exceptions.py b813422051 feat:init 1 month ago

README.md

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.