Searched refs:ArgumentTypeError (Results 1 - 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
H A Dinspect_checkpoint.py85 argparse.ArgumentTypeError: If the string couldn't be used to set any
90 raise argparse.ArgumentTypeError("'%s' is not in the form k=v." % kv_str)
94 raise argparse.ArgumentTypeError("'%s' is not a valid printoption." % k)
97 raise argparse.ArgumentTypeError(
104 raise argparse.ArgumentTypeError(e.message)
/external/python/cpython3/Lib/test/libregrtest/
H A Dcmdline.py257 raise argparse.ArgumentTypeError(
273 raise argparse.ArgumentTypeError('invalid resource: ' + r)
/external/autotest/client/cros/cellular/pseudomodem/
H A Dpseudomodem.py430 raise argparse.ArgumentTypeError('CDMA networks do not support '
437 raise argparse.ArgumentTypeError('test_module is required with any '
486 raise argparse.ArgumentTypeError('%s is not a non-negative int' % value)
/external/toolchain-utils/crosperf/
H A Dgenerate_report.py148 raise argparse.ArgumentTypeError('%d is not a positive integer.' % (i,))
/external/google-benchmark/
H A Dmingw.py257 raise argparse.ArgumentTypeError(
/external/python/cpython2/Lib/
H A Dargparse.py68 'ArgumentTypeError',
705 class ArgumentTypeError(Exception): class in inherits:Exception
1142 raise ArgumentTypeError(message % (string, e))
2263 except ArgumentTypeError:
/external/python/cpython3/Lib/
H A Dargparse.py68 'ArgumentTypeError',
729 class ArgumentTypeError(Exception): class in inherits:Exception
1186 raise ArgumentTypeError(message % (string, e))
2293 except ArgumentTypeError:
/external/autotest/site_utils/
H A Drun_suite.py220 raise argparse.ArgumentTypeError(
243 raise argparse.ArgumentTypeError(
/external/python/cpython2/Lib/test/
H A Dtest_argparse.py4500 # ArgumentTypeError tests
4508 raise argparse.ArgumentTypeError('spam!')
/external/python/cpython3/Lib/test/
H A Dtest_argparse.py4622 # ArgumentTypeError tests
4630 raise argparse.ArgumentTypeError('spam!')

Completed in 377 milliseconds