ID EN
String

format_field

Python 3.11

format_field() simply calls the global format() built-in. The method is provided so that subclasses can override it.

Syntax

PYTHON
format_field(value, format_spec)

See Also

format_field() format()