Example #1
0
 def __init__(self, args, quiet=False, verbose=False, installed=False,
              available=False, packages=None):
     SoloCommand.__init__(self, args)
     self._quiet = quiet
     self._verbose = verbose
     self._installed = installed
     self._available = available
     if packages is not None:
         self._packages = packages
     else:
         self._packages = []
Example #2
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._verbose = False
     self._installed = False
     self._injected = False
     self._available = False
     self._multimatch = False
     self._multirepo = False
     self._showrepo = False
     self._showdesc = False
     self._showslot = False
     self._showdownload = False
     self._packages = []
Example #3
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._verbose = False
     self._installed = False
     self._injected = False
     self._available = False
     self._multimatch = False
     self._multirepo = False
     self._showrepo = False
     self._showdesc = False
     self._showslot = False
     self._showdownload = False
     self._packages = []
Example #4
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
     self._savedir = etpConst['entropyunpackdir']
     self._ask = False
Example #5
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
Example #6
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._interactive = is_interactive()
     self._nsargs = None
Example #7
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._commands = {}
Example #8
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._force = False
     self._repositories = []
Example #9
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
     self._savedir = etpConst['entropyunpackdir']
     self._ask = False
Example #10
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
Example #11
0
 def __init__(self, args, action):
     SoloCommand.__init__(self, args)
     self._ask = False
     self._pretend = False
     self._action = action
Example #12
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._interactive = is_interactive()
     self._nsargs = None
Example #13
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._sortbysize = False
     self._byuser = False
     self._commands = []
Example #14
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._sortbysize = False
     self._spm_wanted = False
     self._commands = []
Example #15
0
 def __init__(self, args, action):
     SoloCommand.__init__(self, args)
     self._ask = False
     self._pretend = False
     self._action = action
Example #16
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._force = False
     self._repositories = []
Example #17
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._branch = None
Example #18
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._sortbysize = False
     self._spm_wanted = False
     self._commands = []
Example #19
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._branch = None
Example #20
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = []
Example #21
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)