remove method

remove(data_connection)

Remove the dataConnection from the collection.

def remove(self, data_connection):
    ...
Parameter Type Description
data_connection DataConnection

See Also