string :: Formatter :: Class Formatter
[hide private]
[frames] | no frames]

Class Formatter

source code

object --+
         |
        Formatter

Instance Methods [hide private]
 
_vformat(self, format_string, args, kwargs, used_args, recursion_depth) source code
 
check_unused_args(self, used_args, args, kwargs) source code
 
convert_field(self, value, conversion) source code
 
format(self, format_string, *args, **kwargs) source code
 
format_field(self, value, format_spec) source code
 
get_field(self, field_name, args, kwargs) source code
 
get_value(self, key, args, kwargs) source code
 
parse(self, format_string) source code
 
vformat(self, format_string, args, kwargs) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__