Home
last modified time | relevance | path

Searched refs:PyFieldNameIter_Type (Results 1 – 2 of 2) 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/cpython2/Objects/
Dunicodeobject.c8966 if (PyType_Ready(&PyFieldNameIter_Type) < 0) in _PyUnicode_Init()