Lines Matching defs:dargs
67 def wrapped(self, *args, **dargs):
494 def _runtest(self, url, tag, timeout, args, dargs): argument
526 def _run_test_base(self, url, *args, **dargs):
567 def run_test(self, url, *args, **dargs):
615 def run_test_detail(self, url, *args, **dargs):
638 def _rungroup(self, subdir, testname, function, timeout, *args, **dargs):
684 def run_group(self, function, tag=None, **dargs):
938 def __create_step_tuple(self, fn, args, dargs): argument
958 def next_step_append(self, fn, *args, **dargs):
965 def next_step(self, fn, *args, **dargs):
976 def next_step_prepend(self, fn, *args, **dargs):
985 def _run_step_fn(self, local_vars, fn, args, dargs): argument
1177 def watched_func(*args, **dargs):
1267 def run_test(self, url, *args, **dargs):