Belle II Software development
|
Public Member Functions | |
def | __init__ (self, language='XML') |
def | add (self, text='') |
def | finish (self, **kwargs) |
Used for wrapping code in a listing environment
Definition at line 196 of file b2latex.py.
def __init__ | ( | self, | |
language = 'XML' |
|||
) |
Calls super-class initialize and adds initial text to output @param text intial text, usually you want to give a raw string r"some text"
Reimplemented from LatexObject.
Definition at line 201 of file b2latex.py.
def add | ( | self, | |
text = '' |
|||
) |
Adds code to the output @param code which is wrapped in the listing environment
Reimplemented from LatexObject.
Definition at line 211 of file b2latex.py.
def finish | ( | self, | |
** | kwargs | ||
) |
Finish the generation of the lsiting environment
Reimplemented from LatexObject.
Definition at line 219 of file b2latex.py.