class documentation

class TestcaseFormatter(Formatter):

View In Hierarchy

Format tokens as appropriate for a new testcase.

New in version 2.0.
Method __init__ Undocumented
Method format Format tokensource, an iterable of (tokentype, tokenstring) tuples and write it into outfile.
Class Variable aliases Undocumented
Class Variable name Undocumented

Inherited from Formatter:

Method get​_style​_defs Return the style definitions for the current style as a string.
Class Variable filenames Undocumented
Class Variable unicodeoutput Undocumented
Instance Variable encoding Undocumented
Instance Variable full Undocumented
Instance Variable options Undocumented
Instance Variable style Undocumented
Instance Variable title Undocumented
def __init__(self, **options):

Undocumented

def format(self, tokensource, outfile):
Format tokensource, an iterable of (tokentype, tokenstring) tuples and write it into outfile.
aliases: list[str] =

Undocumented

name: str =

Undocumented