Home
last modified time | relevance | path

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