Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dconfig.c31 extern PyObject* PyInit__locale(void);
108 {"_locale", PyInit__locale},
/external/python/cpython3/Modules/
D_localemodule.c730 PyInit__locale(void) in PyInit__locale() function