join_block method

join_block

Joins another mathematical block with this one

Returns

this mathematical block after joining

def join_block(self, other):
    ...
ParameterTypeDescription
otherIMathBlockThe joining block

See Also