MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / format_field

Method format_field

tools/python-3.11.9-amd64/Lib/string.py:263–264  ·  view source on GitHub ↗
(self, value, format_spec)

Source from the content-addressed store, hash-verified

261
262
263 def format_field(self, value, format_spec):
264 return format(value, format_spec)
265
266
267 def convert_field(self, value, conversion):

Callers 1

_vformatMethod · 0.95

Calls 1

formatFunction · 0.70

Tested by

no test coverage detected