keys property

keys property

Gets an ICollection object containing the keys of the IDictionary object.

Definition:

@property
def keys(self):
    ...

See Also