TemplateInterfaceFormatter

Provides an interface that mimics a TemplateFormatter but does nothing more than route to a set of template functions

 

__init__(self, templates): 

 

@property
format_parameters(self): 

 

@property
templates(self): 

 

@property
special_callbacks(self): 

 

load_template(self, template): 

 

vformat(self, template: Callable, args: Sequence[Any], kwargs: Mapping[str, Any]): 

Feedback

Examples

Templates

Documentation