conda#

与操作系统无关的系统级二进制包管理器。

函数#

conda_signal_handler(signum, frame)

属性#

__version__#
__name__ = 'conda'#
__author__ = 'Anaconda, Inc.'#
__email__ = 'conda@continuum.io'#
__license__ = 'BSD-3-Clause'#
__summary__#
__url__ = 'https://github.com/conda/conda'#
CONDA_PACKAGE_ROOT#
exception CondaError(message, caused_by=None, **kwargs)#

基类: Exception

所有非退出异常的通用基类。

初始化 self。有关准确的签名,请参阅 help(type(self))。

return_code = 1#
reportable = False#
__repr__()#

Return repr(self).

__str__()#

Return str(self).

dump_map()#
exception CondaMultiError(errors)#

基类: CondaError

所有非退出异常的通用基类。

初始化 self。有关准确的签名,请参阅 help(type(self))。

__repr__()#

Return repr(self).

__str__()#

Return str(self).

dump_map()#
contains(exception_class)#
exception CondaExitZero(message, caused_by=None, **kwargs)#

基类: CondaError

所有非退出异常的通用基类。

初始化 self。有关准确的签名,请参阅 help(type(self))。

return_code = 0#
conda_signal_handler(signum, frame)#