add method

add(row)

Add the row in the collection.

Returns

def add(self, row):
    ...
ParameterTypeDescription
rowRow

See Also