Searched defs:lookup_error (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A D_codecsmodule.c1038 "lookup_error(errors) -> handler\n\
1043 static PyObject *lookup_error(PyObject *self, PyObject *args) function
1047 if (!PyArg_ParseTuple(args, "s:lookup_error",
1107 {"lookup_error", lookup_error, METH_VARARGS,

Completed in 187 milliseconds