Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dstring_format.h1280 static PyTypeObject PyFieldNameIter_Type = { variable
1329 it = PyObject_New(fieldnameiterobject, &PyFieldNameIter_Type); in formatter_field_name_split()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h1198 static PyTypeObject PyFieldNameIter_Type = { variable
1255 it = PyObject_New(fieldnameiterobject, &PyFieldNameIter_Type); in formatter_field_name_split()
/external/python/cpython2/Objects/
Dunicodeobject.c8962 if (PyType_Ready(&PyFieldNameIter_Type) < 0) in _PyUnicode_Init()
/external/python/cpython3/Objects/
Dunicodeobject.c15217 if (PyType_Ready(&PyFieldNameIter_Type) < 0) in _PyUnicode_Init()