join method

join

Joins a mathematical element with this mathematical block

Returns

The current instance of IMathBlock

def join(self, math_element):
    ...
ParameterTypeDescription
math_elementIMathElementThe element to be joined

join

Joins a mathematical text with this mathematical block

Returns

A new IMathBlock containing this instance and specified argument

def join(self, math_text):
    ...
ParameterTypeDescription
math_textstrMathematical text to be joined

See Also