Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_traceback.py178 type_, value, tb = sys.exc_info()
Dtest_support.py740 def __exit__(self, type_=None, value=None, traceback=None): argument
744 if type_ is not None and issubclass(self.exc, type_):
Dtest_urllib2.py625 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/
Dxmlrpclib.py650 for type_ in type(value).__mro__:
651 if type_ in self.dispatch.keys():