add method

add(item)

Add the Connection object in the collection.

Returns

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

See Also