length property

length property

The number of StyleSheets in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive.

Definition:

@property
def length(self):
    ...

See Also