Home
last modified time | relevance | path

Searched refs:OptionValueError (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Doptparse.py40 'OptionValueError',
132 class OptionValueError (OptParseError): class
432 raise OptionValueError(
440 raise OptionValueError(
1388 except (BadOptionError, OptionValueError) as err:
/third_party/python/Lib/test/
H A Dtest_optparse.py24 BadOptionError, OptionValueError, Values namespace
462 raise OptionValueError(
1033 raise OptionValueError("%s: file does not exist" % value)
1035 raise OptionValueError("%s: not a regular file" % value)

Completed in 6 milliseconds