string.Formatter.format()

format(format_string, *args, **kwargs)

The primary API method. It takes a format string and an arbitrary set of positional and keyword arguments. It is just a wrapper that calls vformat().

Deprecated since version 3.5: Passing a format string as keyword argument format_string has been deprecated.

doc_python
2016-10-07 17:43:24
Comments
Leave a Comment

Please login to continue.