예제 #1
0
파일: search.py 프로젝트: B-Rich/entropy
 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
파일: match.py 프로젝트: dMaggot/entropy
 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
파일: match.py 프로젝트: skwerlman/entropy
 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
파일: pkg.py 프로젝트: kpcyrd/entropy
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
     self._savedir = etpConst['entropyunpackdir']
     self._ask = False
예제 #5
0
파일: ugc.py 프로젝트: B-Rich/entropy
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._nsargs = None
     self._commands = {}
예제 #6
0
파일: _manage.py 프로젝트: samcv/entropy
 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
파일: update.py 프로젝트: skwerlman/entropy
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._force = False
     self._repositories = []
예제 #9
0
파일: pkg.py 프로젝트: skwerlman/entropy
 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
파일: mask.py 프로젝트: dMaggot/entropy
 def __init__(self, args, action):
     SoloCommand.__init__(self, args)
     self._ask = False
     self._pretend = False
     self._action = action
예제 #12
0
파일: _manage.py 프로젝트: Heather/entropy
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._interactive = is_interactive()
     self._nsargs = None
예제 #13
0
파일: unused.py 프로젝트: Heather/entropy
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._quiet = False
     self._sortbysize = False
     self._byuser = False
     self._commands = []
예제 #14
0
파일: unused.py 프로젝트: B-Rich/entropy
 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
파일: update.py 프로젝트: B-Rich/entropy
 def __init__(self, args):
     SoloCommand.__init__(self, args)
     self._force = False
     self._repositories = []
예제 #17
0
파일: hop.py 프로젝트: skwerlman/entropy
 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
파일: hop.py 프로젝트: dMaggot/entropy
 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
파일: status.py 프로젝트: B-Rich/entropy
 def __init__(self, args):
     SoloCommand.__init__(self, args)