Searched defs:PyFieldNameIter_Type (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/stringlib/
H A Dunicode_format.h1196 static PyTypeObject PyFieldNameIter_Type = { variable
1253 it = PyObject_New(fieldnameiterobject, &PyFieldNameIter_Type);
/external/python/cpython2/Objects/stringlib/
H A Dstring_format.h1280 static PyTypeObject PyFieldNameIter_Type = { variable
1329 it = PyObject_New(fieldnameiterobject, &PyFieldNameIter_Type);

Completed in 167 milliseconds