Searched defs:ArgumentError (Results 1 - 7 of 7) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dmacresource.py12 class ArgumentError(TypeError): pass class in inherits:TypeError
25 raise ArgumentError, "Either filename or modname argument (or both) must be given"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_parameters.py152 from ctypes import CDLL, c_void_p, ArgumentError namespace
173 self.assertRaises(ArgumentError, func, object())
181 # ArgumentError: argument 1: ValueError: 99
182 self.assertRaises(ArgumentError, func, 99)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_parameters.py152 from ctypes import CDLL, c_void_p, ArgumentError namespace
173 self.assertRaises(ArgumentError, func, object())
181 # ArgumentError: argument 1: ValueError: 99
182 self.assertRaises(ArgumentError, func, 99)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dargparse.py34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
683 class ArgumentError(Exception): class in inherits:Exception
1085 raise ArgumentError(self, msg)
1454 raise ArgumentError(action, message % conflict_string)
1725 except ArgumentError:
1789 raise ArgumentError(action, msg % action_name)
1834 raise ArgumentError(action, msg % explicit_arg)
1848 raise ArgumentError(action, msg % explicit_arg)
2021 raise ArgumentError(actio
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py15 from _ctypes import ArgumentError namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dargparse.py34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
683 class ArgumentError(Exception): class in inherits:Exception
1085 raise ArgumentError(self, msg)
1454 raise ArgumentError(action, message % conflict_string)
1725 except ArgumentError:
1789 raise ArgumentError(action, msg % action_name)
1834 raise ArgumentError(action, msg % explicit_arg)
1848 raise ArgumentError(action, msg % explicit_arg)
2021 raise ArgumentError(actio
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py15 from _ctypes import ArgumentError namespace

Completed in 311 milliseconds