Home | History | Annotate | Download | only in common_lib

Lines Matching refs:funcs

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