Package conary :: Module cvc
[hide private]
[frames] | no frames]

Module cvc

source code

Provides the output for the "cvc" subcommands

Classes [hide private]
  CheckinCallback
  CvcCommand
  AddCommand
  ExplainCommand
  AnnotateCommand
  BranchShadowCommand
  CheckoutCommand
  CloneCommand
  PromoteCommand
  CommitCommand
  ContextCommand
  CookCommand
  DeriveCommand
  DiffCommand
  LogCommand
  RdiffCommand
  RefreshCommand
  RemoveCommand
  RenameCommand
  AddKeyCommand
  GetKeyCommand
  ListKeysCommand
  RevertCommand
  SignCommand
  NewPkgCommand
  MergeCommand
  MarkRemovedCommand
  SetCommand
  StatCommand
  UpdateCommand
  FactoryCommand
  CvcMain
Functions [hide private]
 
_register(cmd) source code
 
sourceCommand(cfg, args, argSet, profile=False, callback=None, thisCommand=None) source code
 
main(argv=None) source code
Variables [hide private]
  _commands = [<class 'conary.cvc.AddCommand'>, <class 'conary.c...
  STRICT_OPT_PARAM = 5
  MULT_PARAM = 3
  NORMAL_HELP = 0
  NO_PARAM = 0
  ONE_PARAM = 1
  OPT_PARAM = 2
  VERBOSE_HELP = 1
Variables Details [hide private]

_commands

Value:
[<class 'conary.cvc.AddCommand'>,
 <class 'conary.cvc.ExplainCommand'>,
 <class 'conary.cvc.AnnotateCommand'>,
 <class 'conary.cvc.BranchShadowCommand'>,
 <class 'conary.cvc.CheckoutCommand'>,
 <class 'conary.cvc.CloneCommand'>,
 <class 'conary.cvc.PromoteCommand'>,
 <class 'conary.cvc.CommitCommand'>,
...