MathParagraph constructor

init

Initializes a new instance of the MathParagraph class.

def __init__(self):
    ...

init

Initializes a new instance of the MathParagraph class.

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

See Also