MathSuperscriptElement constructor

init

Initializes a new instance of the MathSuperscriptElement class.

def __init__(self, base_arg, super_script):
    ...
ParameterTypeDescription
base_argIMathElement
super_scriptIMathElement

See Also