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

Function format_string

Lib/locale.py:222–254  ·  view source on GitHub ↗

Formats a string in the same way that the % formatting would use, but takes the current locale into account. Grouping is applied if the third parameter is true.

(f, val, grouping=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

groupMethod · 0.80
formatFunction · 0.70
_formatFunction · 0.70
listClass · 0.50
subMethod · 0.45
appendMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected