pyregfi
 All Classes Namespaces Files Functions Variables Groups Pages
List of all members
pyregfi.ValueList Class Reference

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

Inheritance diagram for pyregfi.ValueList:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from pyregfi._GenericList
def __len__
 Length of list.
def __getitem__
 Retrieves a list element by name.
def get
 Fetches the requested element by name, or the default value if the lookup fails.

Detailed Description

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.


The documentation for this class was generated from the following file: