MCPcopy Index your code
hub / github.com/RustPython/RustPython / format_field

Method format_field

Lib/string/__init__.py:279–280  ·  view source on GitHub ↗
(self, value, format_spec)

Source from the content-addressed store, hash-verified

277
278
279 def format_field(self, value, format_spec):
280 return format(value, format_spec)
281
282
283 def convert_field(self, value, conversion):

Callers 1

_vformatMethod · 0.95

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected