Public Member Functions | |
| def | __init__ |
| def | __str__ |
Public Attributes | |
| heap | |
| addr | |
Static Public Attributes | |
| tuple | PM_TYPES |
| tuple | parse |
A model of an object.
| def pmHeapDump::PmObject::__init__ | ( | self, | ||
| heap, | ||||
| addr | ||||
| ) |
Initialize the object based on the given string from the dump file.
| def pmHeapDump::PmObject::__str__ | ( | self | ) |
The printable representation of the object.
tuple pmHeapDump::PmObject::parse [static] |
Initial value:
(_parse_nul, _parse_int, _parse_nul, _parse_str,
_parse_nul, _parse_nul, _parse_nul, _parse_nul,
_parse_nul, _parse_nul, _parse_nul, _parse_nul,
_parse_nul, _parse_nul, _parse_nul, _parse_nul,
_parse_lst, _parse_nul, _parse_nul, _parse_nul,
_parse_nul, _parse_nul, _parse_nul, _parse_nul,
_parse_nul, _parse_nul, _parse_nul, _parse_nul,
_parse_nul, _parse_nul, _parse_nul, _parse_nul, )
tuple pmHeapDump::PmObject::PM_TYPES [static] |
Initial value:
("NON", "INT", "FLT", "STR", "TUP", "COB", "MOD", "CLO", "FXN", "CLI", "CIM", "NIM", "NOB", "THR", "EXN", "BOL", "CIO", "LST", "DIC", "x", "x", "x", "x", "x", "x", "FRM", "BLK", "SEG", "SGL", "SQI", "NFM", )
1.5.9