Пример #1
0
	def x(self, command) :
		return utils.run(
			command%self.defs,
			message="" if _quiet else None,
			log = utils.null(),
			)
Пример #2
0
 def x(self, command):
     return utils.run(
         command % self.defs,
         message="" if _quiet else None,
         log=utils.null(),
     )
Пример #3
0
	def _run(self, command) :
		utils.run(
			command%self.__dict__,
			message = None if self._verbose else "",
			log = utils.null(),
			)
Пример #4
0
 def _run(self, command):
     utils.run(
         command % self.__dict__,
         message=None if self._verbose else "",
         log=utils.null(),
     )