contains method

contains

Returns a value indicating whether this collection contains the specified relation.

Returns

A value indicating whether this collection contains the specified relation.

def contains(self, relation):
    ...
Parameter Type Description
relation DocumentTableRelation A relation to look for.

See Also