add method

add(row)

Add the row in the collection.

Returns

def add(self, row):
    ...
Parameter Type Description
row Row

See Also