Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dxxlimited.c382 PyObject *Str_Type = PyType_FromModuleAndSpec( in xx_modexec() local
384 if (Str_Type == NULL) { in xx_modexec()
387 if (PyModule_AddType(m, (PyTypeObject*)Str_Type) < 0) { in xx_modexec()
390 Py_DECREF(Str_Type); in xx_modexec()
Dxxmodule.c214 static PyTypeObject Str_Type = { variable
352 Str_Type.tp_base = &PyUnicode_Type; in xx_exec()
374 if (PyModule_AddType(m, &Str_Type) < 0) { in xx_exec()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv401 Modules/xxmodule.c - Str_Type -