remove_at Methode

remove_at(self, index)

Entfernt den Punkt am Index der Reihe.


def remove_at(self, index):
    ...
ParameterTypBeschreibung
indexintDer Index des Punktes.

Siehe auch