remove_at method

remove_at

Removes a Metadata Signature at the specified index.

def remove_at(self, index):
    ...
Parameter Type Description
index int The zero based index.

See Also