MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / formatteriter_next

Function formatteriter_next

Objects/stringlib/string_format.h:1078–1141  ·  view source on GitHub ↗

returns a tuple: (literal, field_name, format_spec, conversion) literal is any literal text to output. might be zero length field_name is the string before the ':'. might be None format_spec is the string after the ':'. mibht be None conversion is either None, or the string after the '!' */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

MarkupIterator_nextFunction · 0.85
SubString_new_objectFunction · 0.85
PyTuple_PackFunction · 0.50

Tested by

no test coverage detected