MathParagraph constructor

init(self)

Initializes a new instance of the MathParagraph class.

def __init__(self):
    ...

init(self, math_block)

Initializes a new instance of the MathParagraph class.

def __init__(self, math_block):
    ...
ParameterTypeDescription
math_blockIMathBlock

See Also