Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h164 sys_getdefaultencoding_impl(PyObject *module);
169 return sys_getdefaultencoding_impl(module); in sys_getdefaultencoding()
/external/python/cpython3/Python/
Dsysmodule.c854 sys_getdefaultencoding_impl(PyObject *module) in sys_getdefaultencoding_impl() function