Belle II Software development
|
Public Member Functions | |
def | add (self, text='') |
def | __iadd__ (self, text) |
Convinience class implementing += operator, can be used instead of raw LatexObject to collect all the latex code in your project which should go into a common file.
Definition at line 140 of file b2latex.py.
def __iadd__ | ( | self, | |
text | |||
) |
Adds an object to the output @param text string or object with implicit string conversion (like LatexObject)
Definition at line 154 of file b2latex.py.
def add | ( | self, | |
text = '' |
|||
) |
Adds an object to the output @param text string or object with implicit string conversion (like LatexObject)
Reimplemented from LatexObject.
Definition at line 146 of file b2latex.py.