|
pyregfi
|
Abstract class for ValueList and SubkeyList. More...

Public Member Functions | |
| def | __len__ (self) |
| Length of list. | |
| def | __getitem__ (self, name) |
| Retrieves a list element by name. More... | |
| def | get (self, name, default) |
| Fetches the requested element by name, or the default value if the lookup fails. | |
Abstract class for ValueList and SubkeyList.
| def pyregfi._GenericList.__getitem__ | ( | self, | |
| name | |||
| ) |
Retrieves a list element by name.
| name | The name of the subkey or value desired. This is case-insensitive. |
References pyregfi._GenericList._constructor, pyregfi._GenericList._find_element, pyregfi._GenericList._get_element, pyregfi._StructureWrapper._hive, pyregfi._GenericList._hive, and pyregfi._GenericList._key_base.
1.8.13