insert_item_before method

insert_item_before

def insert_item_before(self, new_item, index):
    ...
ParameterTypeDescription
new_itemSVGPoint
indexint

See Also