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