Lines Matching refs:args
44 def sub_debug(msg, *args):
46 _logger.log(SUBDEBUG, msg, *args)
48 def debug(msg, *args):
50 _logger.log(DEBUG, msg, *args)
52 def info(msg, *args):
54 _logger.log(INFO, msg, *args)
56 def sub_warning(msg, *args):
58 _logger.log(SUBWARNING, msg, *args)
150 Finalize(None, _remove_temp_dir, args=(shutil.rmtree, tempdir),
186 def __init__(self, obj, callback, args=(), kwargs=None, exitpriority=None):
198 self._args = args
222 sub_debug('finalizer calling %s with args %s and kwargs %s',
260 x += ', args=' + str(self._args)
381 def __exit__(self, *args):
382 return self._lock.__exit__(*args)
447 def spawnv_passfds(path, args, passfds):
454 args, [path], True, passfds, None, None,