Home | History | Annotate | Download | only in common_lib

Lines Matching refs:funcs

735 def _validate_args(args, dargs, *funcs):
747 *funcs: Callables to be searched for acceptance of args and dargs.
749 error.AutotestError: if an arg won't be accepted by any of *funcs.
753 for func in funcs: