Searched refs:_check_call (Results 1 – 2 of 2) sorted by relevance
388 def _check_call(*args, **kwargs): function396 _check_call(1, 2)397 _check_call(1, b=2)398 _check_call(1)399 _check_call()
86 def _check_call(args, **kwargs): function161 _check_call(cmd, env=envcopy)183 return _check_call(cmd)