pyregfi
pyregfi.SubkeyList Class Reference

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

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

List of all members.


Detailed Description

The list of subkeys associated with a Key.

This attribute is both iterable:

   for k in myKey.subkeys: 
     ...

and accessible as a dictionary:

   mySubkey = myKey.subkeys["keyName"]

You may also request the len() of a subkeys list. However keys(), values(), items() and similar methods are not currently implemented.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables