Home
last modified time | relevance | path

Searched refs:validate_arguments (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/
Dtest_that_unittest.py69 test_that.validate_arguments(args)
77 test_that.validate_arguments(args)
Dtest_that.py56 def validate_arguments(arguments): function
359 validate_arguments(arguments)
/external/python/cpython3/Python/
Dast.c108 validate_arguments(arguments_ty args) in validate_arguments() function
236 return validate_arguments(exp->v.Lambda.args) && in validate_expr()
381 validate_arguments(stmt->v.FunctionDef.args) && in validate_stmt()
502 validate_arguments(stmt->v.AsyncFunctionDef.args) && in validate_stmt()