class TestcaseFormatter(Formatter):
Format tokens as appropriate for a new testcase.
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 |
pygments.formatter.Formatter.format