Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h179 …{"getfilesystemencoding", (PyCFunction)sys_getfilesystemencoding, METH_NOARGS, sys_getfilesystemen…
185 sys_getfilesystemencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencoding() function
/external/python/cpython2/Python/
Dsysmodule.c261 sys_getfilesystemencoding(PyObject *self) in sys_getfilesystemencoding() function
947 {"getfilesystemencoding", (PyCFunction)sys_getfilesystemencoding,