示例#1
0
 def execute(self, func, args, msg=None, level=1):
     execute(func, args, msg, self.dry_run)
示例#2
0
 def execute(self, func, args, msg=None, level=1):
     execute(func, args, msg, self.dry_run)
示例#3
0
 def execute(self, func, args, msg=None, level=1):
     util.execute(func, args, msg, dry_run=self.dry_run)
示例#4
0
 def execute(self, func, args, msg=None, level=1):
     util.execute(func, args, msg, dry_run=self.dry_run)