Public Member Functions | |
def | __init__ |
def | __hash__ |
def | __eq__ |
def | __contains__ |
def | __getitem__ |
def | __setitem__ |
Public Attributes | |
events |
Base class for all objects in profile which can store events.
Definition at line 136 of file gprof2dot.py.
def gprof2dot.Object.__init__ | ( | self, | |
events = None |
|||
) |
Reimplemented in gprof2dot.Call.
Definition at line 139 of file gprof2dot.py.
def gprof2dot.Object.__contains__ | ( | self, | |
event | |||
) |
Definition at line 151 of file gprof2dot.py.
References asap.asaplotbase.asaplotbase.events, and gprof2dot.Object.events.
def gprof2dot.Object.__eq__ | ( | self, | |
other | |||
) |
Definition at line 148 of file gprof2dot.py.
def gprof2dot.Object.__getitem__ | ( | self, | |
event | |||
) |
Definition at line 154 of file gprof2dot.py.
References asap.asaplotbase.asaplotbase.events, and gprof2dot.Object.events.
def gprof2dot.Object.__hash__ | ( | self | ) |
Definition at line 145 of file gprof2dot.py.
def gprof2dot.Object.__setitem__ | ( | self, | |
event, | |||
value | |||
) |
Definition at line 160 of file gprof2dot.py.
References asap.asaplotbase.asaplotbase.events, and gprof2dot.Object.events.
Definition at line 141 of file gprof2dot.py.
Referenced by gprof2dot.Object.__contains__(), gprof2dot.Object.__getitem__(), and gprof2dot.Object.__setitem__().