Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dxxmodule.c215 static PyTypeObject Str_Type = { variable
349 Str_Type.tp_base = &PyUnicode_Type; in initxx()
371 if (PyType_Ready(&Str_Type) < 0) in initxx()
373 PyModule_AddObject(m, "Str", (PyObject *)&Str_Type); in initxx()