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

Function formatter_parser

Objects/stringlib/string_format.h:1184–1203  ·  view source on GitHub ↗

unicode_formatter_parser is used to implement string.Formatter.vformat. it parses a string and returns tuples describing the parsed elements. It's a wrapper around stringlib/string_format.h's MarkupIterator */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

MarkupIterator_initFunction · 0.85

Tested by

no test coverage detected