count property

count property

Returns the number of elements in a collection Read-only int.

Definition:

@property
def count(self):
    ...

See Also