class documentation

class BigSymbol(object): (source)

Known subclasses: docutils.utils.math.math2html.BigBracket

Constructor: BigSymbol(symbol)

View In Hierarchy

A big symbol generator.

Method __init__ Create the big symbol.
Method getpieces Get an array with all pieces.
Method smalllimit Decide if the limit should be a small, one-line symbol.
Instance Variable symbol Undocumented
def __init__(self, symbol): (source)

Create the big symbol.

def getpieces(self): (source)

Get an array with all pieces.

def smalllimit(self): (source)

Decide if the limit should be a small, one-line symbol.

Undocumented