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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Doptparse.py40 'OptionValueError',
126 class OptionValueError (OptParseError): class in inherits:OptParseError
428 raise OptionValueError(
436 raise OptionValueError(
1400 except (BadOptionError, OptionValueError), err:
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_optparse.py23 BadOptionError, OptionValueError, Values namespace
455 raise OptionValueError(
1033 raise OptionValueError("%s: file does not exist" % value)
1035 raise OptionValueError("%s: not a regular file" % value)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Doptparse.py40 'OptionValueError',
126 class OptionValueError (OptParseError): class in inherits:OptParseError
428 raise OptionValueError(
436 raise OptionValueError(
1400 except (BadOptionError, OptionValueError), err:
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_optparse.py23 BadOptionError, OptionValueError, Values namespace
455 raise OptionValueError(
1033 raise OptionValueError("%s: file does not exist" % value)
1035 raise OptionValueError("%s: not a regular file" % value)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Doptparse.py40 'OptionValueError',
126 class OptionValueError (OptParseError): class in inherits:OptParseError
428 raise OptionValueError(
436 raise OptionValueError(
1400 except (BadOptionError, OptionValueError), err:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_optparse.py23 BadOptionError, OptionValueError, Values namespace
455 raise OptionValueError(
1033 raise OptionValueError("%s: file does not exist" % value)
1035 raise OptionValueError("%s: not a regular file" % value)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Doptparse.py40 'OptionValueError',
126 class OptionValueError (OptParseError): class in inherits:OptParseError
428 raise OptionValueError(
436 raise OptionValueError(
1400 except (BadOptionError, OptionValueError), err:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_optparse.py23 BadOptionError, OptionValueError, Values namespace
455 raise OptionValueError(
1033 raise OptionValueError("%s: file does not exist" % value)
1035 raise OptionValueError("%s: not a regular file" % value)

Completed in 193 milliseconds