HomeSort by relevance Sort by last modified time
    Searched refs:LookupError (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 17 except LookupError:
test_email_codecs_renamed.py 17 except LookupError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 17 except LookupError:
test_email_codecs_renamed.py 17 except LookupError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 221 except LookupError:
298 except LookupError:
324 except LookupError:
utils.py 329 except LookupError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 221 except LookupError:
298 except LookupError:
324 except LookupError:
utils.py 329 except LookupError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 46 except LookupError:
59 except (NameError, AttributeError, LookupError):
69 except (ValueError, LookupError):
125 Raise LookupError if the encoding is declared but unknown.
139 except LookupError:
141 raise LookupError, "Unknown encoding "+name
297 except LookupError, name:
411 except LookupError, msg:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 46 except LookupError:
59 except (NameError, AttributeError, LookupError):
69 except (ValueError, LookupError):
125 Raise LookupError if the encoding is declared but unknown.
139 except LookupError:
141 raise LookupError, "Unknown encoding "+name
297 except LookupError, name:
411 except LookupError, msg:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 46 class CodecRegistryError(LookupError, SystemError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 46 class CodecRegistryError(LookupError, SystemError):
  /external/chromium_org/third_party/jinja2/
sandbox.py 308 except (TypeError, LookupError):
334 except (TypeError, LookupError):
exceptions.py 45 class TemplateNotFound(IOError, LookupError, TemplateError):
environment.py 379 except (TypeError, LookupError):
402 except (TypeError, LookupError, AttributeError):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
test_codeccallbacks.py 648 self.assertRaises(LookupError, codecs.lookup_error, "test.unknown")
667 self.assertRaises(LookupError, "\xff".decode, "ascii", "test.unknown")
726 self.assertRaises(LookupError, u"\xff".encode, "ascii", "test.unknown")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
test_codeccallbacks.py 648 self.assertRaises(LookupError, codecs.lookup_error, "test.unknown")
667 self.assertRaises(LookupError, "\xff".decode, "ascii", "test.unknown")
726 self.assertRaises(LookupError, u"\xff".encode, "ascii", "test.unknown")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 933 Raises a LookupError in case the encoding cannot be found.
943 Raises a LookupError in case the encoding cannot be found.
953 Raises a LookupError in case the encoding cannot be found
959 raise LookupError(encoding)
967 Raises a LookupError in case the encoding cannot be found
973 raise LookupError(encoding)
981 Raises a LookupError in case the encoding cannot be found.
991 Raises a LookupError in case the encoding cannot be found.
    [all...]
site.py 470 except LookupError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 933 Raises a LookupError in case the encoding cannot be found.
943 Raises a LookupError in case the encoding cannot be found.
953 Raises a LookupError in case the encoding cannot be found
959 raise LookupError(encoding)
967 Raises a LookupError in case the encoding cannot be found
973 raise LookupError(encoding)
981 Raises a LookupError in case the encoding cannot be found.
991 Raises a LookupError in case the encoding cannot be found.
    [all...]
site.py 470 except LookupError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 291 except LookupError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 291 except LookupError:

Completed in 1169 milliseconds

1 2