pyregfi
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
pyregfi._StructureWrapper Class Reference

Abstract class for most objects returned by the library. More...

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

Public Member Functions

def __eq__
 Test for equality.

Detailed Description

Abstract class for most objects returned by the library.

Member Function Documentation

def pyregfi._StructureWrapper.__eq__ (   self,
  other 
)

Test for equality.

Records returned by pyregfi may be compared with one another. For example:

>>> key2 = key1.subkeys['child']
>>> key1 == key2
False
>>> key1 != key2
True
>>> key1 == key2.get_parent()
True

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