length property

length property

Returns the number of key/value pairs.

Definition:

@property
def length(self):
    ...

See Also