Home
last modified time | relevance | path

Searched refs:OptionValueError (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Doptparse.py132 class OptionValueError (OptParseError): class
432 raise OptionValueError(
440 raise OptionValueError(
1388 except (BadOptionError, OptionValueError) as err:
/third_party/python/Lib/test/
Dtest_optparse.py24 BadOptionError, OptionValueError, Values
462 raise OptionValueError(
1033 raise OptionValueError("%s: file does not exist" % value)
1035 raise OptionValueError("%s: not a regular file" % value)
/third_party/cef/tools/
Dpatch_updater.py8 from optparse import Option, OptionParser, OptionValueError
/third_party/python/Doc/library/
Doptparse.rst1315 :exc:`OptionValueError` if an invalid string is given.
1676 The callback function should raise :exc:`OptionValueError` if there are any
1709 raise OptionValueError("can't use -a after -b")
1727 raise OptionValueError("can't use %s after -b" % opt_str)
1746 raise OptionValueError("%s option invalid when moon is full"
1878 Your type-checking function should raise :exc:`OptionValueError` if it
1879 encounters any problems. :exc:`OptionValueError` takes a single string
1892 from optparse import Option, OptionValueError
1901 raise OptionValueError(
Dargparse.rst2161 :exc:`optparse.OptionError` and :exc:`optparse.OptionValueError` with