Package Elf :: Class Elf32Symbol
[hide private]
[frames] | no frames]

Class Elf32Symbol

source code

                        ElfSymbol --+
                                    |
               object --+           |
                        |           |
vstruct.primitives.v_base --+       |
                            |       |
              vstruct.VStruct --+   |
                                |   |
     vstruct.defs.elf.Elf32Symbol --+
                                    |
                                   Elf32Symbol

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ElfSymbol: __cmp__, __repr__, getInfoBind, getInfoType, getName, setName

Inherited from vstruct.VStruct: __getattr__, __iter__, __ixor__, __len__, __setattr__, tree, vsAddField, vsAddParseCallback, vsCalculate, vsClearFields, vsEmit, vsGetClassPath, vsGetField, vsGetFields, vsGetOffset, vsGetPrims, vsGetPrintInfo, vsGetTypeName, vsHasField, vsInsertField, vsIsPrim, vsParse, vsParseFd, vsSetField

Inherited from vstruct.primitives.v_base: vsGetMeta, vsSetMeta

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)