Lines Matching defs:dargs
64 def wrapped(self, *args, **dargs):
486 def _runtest(self, url, tag, timeout, args, dargs): argument
518 def _run_test_base(self, url, *args, **dargs):
559 def run_test(self, url, *args, **dargs):
607 def run_test_detail(self, url, *args, **dargs):
630 def _rungroup(self, subdir, testname, function, timeout, *args, **dargs):
676 def run_group(self, function, tag=None, **dargs):
936 def __create_step_tuple(self, fn, args, dargs): argument
956 def next_step_append(self, fn, *args, **dargs):
963 def next_step(self, fn, *args, **dargs):
974 def next_step_prepend(self, fn, *args, **dargs):
983 def _run_step_fn(self, local_vars, fn, args, dargs): argument
1174 def watched_func(*args, **dargs):
1264 def run_test(self, url, *args, **dargs):