Home
last modified time | relevance | path

Searched refs:CodecRegistryError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/encodings/
D__init__.py46 class CodecRegistryError(LookupError, SystemError): class
123 raise CodecRegistryError,\
132 raise CodecRegistryError,\
/external/python/cpython3/Lib/encodings/
D__init__.py40 class CodecRegistryError(LookupError, SystemError): class
125 raise CodecRegistryError('module "%s" (%s) failed to register'
132 raise CodecRegistryError('incompatible codecs in module "%s" (%s)'