MathParagraph constructor

init

Initializes a new instance of the MathParagraph class.

def __init__(self):
    ...

Examples

Example:

init

Initializes a new instance of the MathParagraph class.

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

Examples

Example:

See Also