Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h1203 static PyTypeObject PyFieldNameIter_Type = { variable
1260 it = PyObject_New(fieldnameiterobject, &PyFieldNameIter_Type); in formatter_field_name_split()
/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/Tools/c-analyzer/
DTODO889 Objects/stringlib/unicode_format.h:PyFieldNameIter_Type static PyTypeObject PyFieldNameIte…
Dknown.tsv978 Objects/stringlib/unicode_format.h - PyFieldNameIter_Type variable static PyTypeObject PyFieldNameI…
/external/python/cpython2/Objects/
Dunicodeobject.c8962 if (PyType_Ready(&PyFieldNameIter_Type) < 0) in _PyUnicode_Init()
/external/python/cpython3/Objects/
Dunicodeobject.c15566 if (PyType_Ready(&PyFieldNameIter_Type) < 0) { in _PyUnicode_Init()