Home
last modified time | relevance | path

Searched refs:_check_call (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_positional_only_arg.py388 def _check_call(*args, **kwargs): function
396 _check_call(1, 2)
397 _check_call(1, b=2)
398 _check_call(1)
399 _check_call()
/external/pigweed/pw_env_setup/py/pw_env_setup/virtualenv_setup/
Dinstall.py86 def _check_call(args, **kwargs): function
161 _check_call(cmd, env=envcopy)
183 return _check_call(cmd)