pyregfi
|
The list of values associated with a Key. More...
The list of values associated with a Key.
This attribute is both iterable:
for v in myKey.values: ...
and accessible as a dictionary:
myValue = myKey.values["valueName"]
You may also request the len() of a values list. However keys(), values(), items() and similar methods are not currently implemented.