LockFile#
Represents a lock-file for both Conda packages and Pypi packages. Lock-files can store information for multiple platforms and for multiple environments.
__init__(envs)
#
Create a new rattler-lock file.
envs
maps each environment to its name.
__repr__()
#
Returns a representation of the LockFile.
default_environment()
#
Returns the environment with the default name as defined by [DEFAULT_ENVIRONMENT_NAME
].