Searched refs:Str_Type (Results 1 – 3 of 3) sorted by relevance
382 PyObject *Str_Type = PyType_FromModuleAndSpec( in xx_modexec() local384 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()
214 static PyTypeObject Str_Type = { variable352 Str_Type.tp_base = &PyUnicode_Type; in xx_exec()374 if (PyModule_AddType(m, &Str_Type) < 0) { in xx_exec()
401 Modules/xxmodule.c - Str_Type -