Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv348 Objects/unicodeobject.c - _string_module -
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c16178 static struct PyModuleDef _string_module = { variable
16189 return PyModuleDef_Init(&_string_module); in PyInit__string()