Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dsysmodule.c.h183 …{"getdefaultencoding", (PyCFunction)sys_getdefaultencoding, METH_NOARGS, sys_getdefaultencoding__d…
189 sys_getdefaultencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getdefaultencoding() function
/aosp_15_r20/external/python/cpython2/Python/
Dsysmodule.c230 sys_getdefaultencoding(PyObject *self) in sys_getdefaultencoding() function
933 {"getdefaultencoding", (PyCFunction)sys_getdefaultencoding,