remove_at method

remove_at

Removes the relation at the specified index from the collection.

def remove_at(self, index):
    ...
Parameter Type Description
index int The index of the relation to remove.

See Also