count property

count property

Returns the number of paths in the collection. Read-only int.

Definition:

@property
def count(self):
    ...

See Also