pyregfi
Loading...
Searching...
No Matches
pyregfi._StructureWrapper Class Reference

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

Inheritance diagram for pyregfi._StructureWrapper:

Public Member Functions

 __eq__ (self, other)
 Test for equality.
 

Detailed Description

Abstract class for most objects returned by the library.

Member Function Documentation

◆ __eq__()

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

References pyregfi._StructureWrapper.__eq__(), pyregfi.Key.offset, pyregfi.Security.offset, pyregfi.Value.offset, REGFI_CLASSNAME.offset, REGFI_NK.offset, REGFI_SK.offset, and REGFI_VK.offset.

Referenced by pyregfi._StructureWrapper.__eq__().


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