Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dstring_format.h1147 static PyTypeObject PyFormatterIter_Type = { variable
1189 it = PyObject_New(formatteriterobject, &PyFormatterIter_Type); in formatter_parser()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h1062 static PyTypeObject PyFormatterIter_Type = { variable
1112 it = PyObject_New(formatteriterobject, &PyFormatterIter_Type); in formatter_parser()
/external/python/cpython2/Objects/
Dunicodeobject.c8965 if (PyType_Ready(&PyFormatterIter_Type) < 0) in _PyUnicode_Init()
/external/python/cpython3/Objects/
Dunicodeobject.c15220 if (PyType_Ready(&PyFormatterIter_Type) < 0) in _PyUnicode_Init()