casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions
gprof2dot.Struct Class Reference

List of all members.

Public Member Functions

def __init__
def __getattr__
def __setattr__
def __str__
def __repr__

Detailed Description

Masquerade a dictionary with a structure-like behavior.

Definition at line 538 of file gprof2dot.py.


Constructor & Destructor Documentation

def gprof2dot.Struct.__init__ (   self,
  attrs = None 
)

Definition at line 541 of file gprof2dot.py.


Member Function Documentation

def gprof2dot.Struct.__getattr__ (   self,
  name 
)

Definition at line 546 of file gprof2dot.py.

def gprof2dot.Struct.__repr__ (   self)

Definition at line 558 of file gprof2dot.py.

def gprof2dot.Struct.__setattr__ (   self,
  name,
  value 
)

Definition at line 552 of file gprof2dot.py.

def gprof2dot.Struct.__str__ (   self)

Definition at line 555 of file gprof2dot.py.


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