MathBlock constructor

init

Initializes a new instance of the MathBlock class.

def __init__(self):
    ...

init

Creates a new mathematical block and puts specified element in it

def __init__(self, math_element):
    ...
ParameterTypeDescription
math_elementIMathElementThe mathematical element to put in the block

init

def __init__(self, math_elements):
    ...
ParameterTypeDescription
math_elementsIterable[IMathElement]

See Also