r.a.SymbolicPhysicalMemory(Symbolic) : class documentation

Part of reven.api View In Hierarchy

No class docstring
Method __init__ Create a symbolic physical memory. @param address: The phsysical memory address. @param size: The physical memory bytes count.
Method address The symbolic physical memory address.
Method __repr__ Undocumented
Method _rvn_symbolic Undocumented

Inherited from Symbolic:

Method size The symbolic object size, in bytes.
def __init__(self, address, size):

Create a symbolic physical memory.

ParametersaddressThe phsysical memory address.
sizeThe physical memory bytes count.
@property
def _rvn_symbolic(self):
Undocumented
@property
def address(self):

The symbolic physical memory address.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.