casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
gprof2dot.Object Class Reference
Inheritance diagram for gprof2dot.Object:
gprof2dot.Call gprof2dot.Cycle gprof2dot.Function gprof2dot.Profile

List of all members.

Public Member Functions

def __init__
def __hash__
def __eq__
def __contains__
def __getitem__
def __setitem__

Public Attributes

 events

Detailed Description

Base class for all objects in profile which can store events.

Definition at line 136 of file gprof2dot.py.


Constructor & Destructor Documentation

def gprof2dot.Object.__init__ (   self,
  events = None 
)

Reimplemented in gprof2dot.Call.

Definition at line 139 of file gprof2dot.py.


Member Function Documentation

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.


Member Data Documentation


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