Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_localemodule.c677 static struct PyMethodDef PyLocale_Methods[] = { variable
722 PyLocale_Methods,
/external/python/cpython2/Modules/
D_localemodule.c656 static struct PyMethodDef PyLocale_Methods[] = { variable
699 m = Py_InitModule("_locale", PyLocale_Methods); in init_locale()