Home
last modified time | relevance | path

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

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