Searched refs:type_ (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_traceback.py | 178 type_, value, tb = sys.exc_info()
|
D | test_support.py | 740 def __exit__(self, type_=None, value=None, traceback=None): argument 744 if type_ is not None and issubclass(self.exc, type_):
|
D | test_urllib2.py | 625 for url, host, port, user, passwd, type_, dirs, filename, mimetype in [ 655 self.assertEqual(h.ftpwrapper.filetype, type_)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | xmlrpclib.py | 650 for type_ in type(value).__mro__: 651 if type_ in self.dispatch.keys():
|