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