format_field(value, format_spec)
format_field() simply calls the global format() built-in. The method is provided so that subclasses can override it.
format_field(value, format_spec)
format_field() simply calls the global format() built-in. The method is provided so that subclasses can override it.
Please login to continue.