Home
last modified time | relevance | path

Searched defs:check_input (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_backend.py66 def check_input(v_str, v_int, v_tuple): function
/third_party/ltp/testcases/kernel/power_management/
Dpm_include.sh94 check_input() { function
/third_party/python/Lib/wsgiref/
Dvalidate.py363 def check_input(wsgi_input): function
/third_party/python/Lib/test/
Dtest_cmd_line.py361 def check_input(self, code, expected): member in CmdLineTest