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

Method __format__

Lib/decimal.py:3644–3722  ·  view source on GitHub ↗

Format a Decimal instance according to the given specifier. The specifier should be a standard format specifier, with the form described in PEP 3101. Formatting types 'e', 'E', 'f', 'F', 'g', 'G', 'n' and '%' are supported. If the formatting type is omitted it defa

(self, specifier, context=None, _localeconv=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 10

copy_absMethod · 0.95
_roundMethod · 0.95
_rescaleMethod · 0.95
getcontextFunction · 0.85
_parse_format_specifierFunction · 0.85
_format_signFunction · 0.85
strFunction · 0.85
_format_alignFunction · 0.85
_dec_from_tripleFunction · 0.85
_format_numberFunction · 0.85

Tested by

no test coverage detected