main_export#
CLI implementation for conda export.
Dumps specified environment package specifications to the screen.
Functions#
|
Build |
|
|
|
- exception CondaExportWarning#
Bases:
WarningBase class for warning categories.
Initialize self. See help(type(self)) for accurate signature.
- configure_parser(sub_parsers: argparse._SubParsersAction, **kwargs) argparse.ArgumentParser#
- execute(args: argparse.Namespace, parser: argparse.ArgumentParser) int#