MCPcopy Index your code
hub / github.com/python/cpython / format_field

Method format_field

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

Source from the content-addressed store, hash-verified

272 pass
273
274 def format_field(self, value, format_spec):
275 return format(value, format_spec)
276
277 def convert_field(self, value, conversion):
278 # do any conversion on the resulting object

Callers 1

_vformatMethod · 0.95

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected