count property
count property
Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute.
Definition:
@property
def count(self):
    ...
@count.setter
def count(self, value):
    ...
Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute.
@property
def count(self):
    ...
@count.setter
def count(self, value):
    ...