Modifier and Type | Field and Description |
---|---|
static String[] |
BUILTIN_ERROR_HANDLERS |
Constructor and Description |
---|
CodecState() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultEncoding() |
PyObject |
lookup_error(String handlerName) |
PyTuple |
lookup(String encoding) |
void |
register_error(String name,
PyObject error) |
void |
register(PyObject search_function) |
void |
setDefaultEncoding(String encoding) |