campy.private.backends.jbe.platformatter module

class campy.private.backends.jbe.platformatter.Platformatter[source]

Bases: string.Formatter

Subclasess a string Formatter to support the following additional specifiers.

!q write_quoted_string() !b boolalpha() truthy values become lower-case true, else false !u urlencode() -> implies write_quoted

check_unused_args(used_args, args, kwargs)[source]
convert_field(value, conversion)[source]
format(format_string, *args, **kwargs)[source]
format_field(value, format_spec)[source]
get_field(field_name, args, kwargs)[source]
get_value(key, args, kwargs)[source]
parse(format_string)[source]
vformat(format_string, args, kwargs)[source]