Beispiel #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 = []
Beispiel #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 = []
Beispiel #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 = []
Beispiel #4
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
     self._savedir = etpConst['entropyunpackdir']
     self._ask = False
Beispiel #5
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
Beispiel #6
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._interactive = is_interactive()
     self._nsargs = None
Beispiel #7
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._commands = {}
Beispiel #8
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._force = False
     self._repositories = []
Beispiel #9
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
     self._savedir = etpConst['entropyunpackdir']
     self._ask = False
Beispiel #10
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
Beispiel #11
0
 def __init__(self, args, action):
     SoloCommand.__init__(self, args)
     self._ask = False
     self._pretend = False
     self._action = action
Beispiel #12
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._interactive = is_interactive()
     self._nsargs = None
Beispiel #13
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._sortbysize = False
     self._byuser = False
     self._commands = []
Beispiel #14
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._sortbysize = False
     self._spm_wanted = False
     self._commands = []
Beispiel #15
0
 def __init__(self, args, action):
     SoloCommand.__init__(self, args)
     self._ask = False
     self._pretend = False
     self._action = action
Beispiel #16
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._force = False
     self._repositories = []
Beispiel #17
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._branch = None
Beispiel #18
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._sortbysize = False
     self._spm_wanted = False
     self._commands = []
Beispiel #19
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._branch = None
Beispiel #20
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = []
Beispiel #21
0
 def __init__(self, args):
     SoloCommand.__init__(self, args)