HomeSort by relevance Sort by last modified time
    Searched defs:locale_module (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_io/
_iomodule.h 144 PyObject *locale_module; member in struct:__anon33318
textio.c 899 PyObject *locale_module = _PyIO_get_locale_module(state); local
900 if (locale_module == NULL)
903 locale_module, &PyId_getpreferredencoding, "O", Py_False);
904 Py_DECREF(locale_module);
    [all...]

Completed in 3466 milliseconds