count property

count property

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

Definition:

@property
def count(self):
    ...

See Also