add method

add(item)

Add the User object in the collection.

Returns

def add(self, item):
    ...
ParameterTypeDescription
itemUser

See Also