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

Function do_markup

Objects/stringlib/string_format.h:944–971  ·  view source on GitHub ↗

do_markup is the top-level loop for the format() method. It searches through the format string for escapes to markup codes, and calls other functions to move non-markup text to the output, and to perform the markup to the output. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

build_stringFunction · 0.85

Calls 4

MarkupIterator_initFunction · 0.85
MarkupIterator_nextFunction · 0.85
output_dataFunction · 0.85
output_markupFunction · 0.85

Tested by

no test coverage detected