count property

WarningInfoCollection.count property

Gets the number of elements contained in the collection.

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

See Also