count property

count property

Gets the number of elements actually contained in the collection. Read-only int.

Definition:

@property
def count(self):
    ...

See Also