Home
last modified time | relevance | path

Searched refs:format_spec_str (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h1019 PyObject *format_spec_str = NULL; in formatteriter_next() local
1033 format_spec_str = (field_present ? in formatteriter_next()
1036 if (format_spec_str == NULL) in formatteriter_next()
1052 tuple = PyTuple_Pack(4, literal_str, field_name_str, format_spec_str, in formatteriter_next()
1057 Py_XDECREF(format_spec_str); in formatteriter_next()
/external/python/cpython2/Objects/stringlib/
Dstring_format.h1100 PyObject *format_spec_str = NULL; in formatteriter_next() local
1114 format_spec_str = (field_present ? in formatteriter_next()
1117 if (format_spec_str == NULL) in formatteriter_next()
1132 tuple = PyTuple_Pack(4, literal_str, field_name_str, format_spec_str, in formatteriter_next()
1137 Py_XDECREF(format_spec_str); in formatteriter_next()