count property

KnownTypeSet.count property

Gets the count of items in the set.

@property
def count(self) -> int:
    ...

See Also