Searched refs:Str_Type (Results 1 – 3 of 3) sorted by relevance
218 static PyTypeObject Str_Type = { variable357 Str_Type.tp_base = &PyUnicode_Type; in xx_exec()374 if (PyType_Ready(&Str_Type) < 0) in xx_exec()376 PyModule_AddObject(m, "Str", (PyObject *)&Str_Type); in xx_exec()
330 PyObject *Str_Type = PyType_FromModuleAndSpec( in xx_modexec() local332 if (Str_Type == NULL) { in xx_modexec()335 if (PyModule_AddType(m, (PyTypeObject*)Str_Type) < 0) { in xx_modexec()338 Py_DECREF(Str_Type); in xx_modexec()
2349 Modules/xxmodule.c - Str_Type -