Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c15651 static struct PyModuleDef _string_module = { variable
15666 return PyModule_Create(&_string_module); in PyInit__string()