|
pyregfi
|
The list of values associated with a Key. More...

Additional Inherited Members | |
Public Member Functions inherited from pyregfi._GenericList | |
| __len__ (self) | |
| Length of list. | |
| __getitem__ (self, name) | |
| Retrieves a list element by name. | |
| get (self, name, default) | |
| Fetches the requested element by name, or the default value if the lookup fails. | |
The list of values associated with a Key.
This attribute is both iterable:
and accessible as a dictionary:
You may also request the len() of a values list. However keys(), values(), items() and similar methods are not currently implemented.