Home
last modified time | relevance | path

Searched refs:Str_Type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A 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()
H A Dxxmodule.c218 static PyTypeObject Str_Type = { variable
357 Str_Type.tp_base = &PyUnicode_Type; in xx_exec()
379 if (PyModule_AddType(m, &Str_Type) < 0) { in xx_exec()

Completed in 2 milliseconds