MathAccent constructor

init

Creates a math accent applying to a specified math element with the default accent character value

def __init__(self, element):
    ...
ParameterTypeDescription
elementIMathElementa math element to apply accent

init

Creates a math accent applying to a specified math element

def __init__(self, element, accent_character):
    ...
ParameterTypeDescription
elementIMathElementmath element to apply accent
accent_charactercharaccent character

See Also