length property

length property

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

Definition:

@property
def length(self):
    ...

See Also