Public Member Functions | |
def | __init__ |
def | __getattr__ |
def | __setattr__ |
def | __str__ |
def | __repr__ |
Masquerade a dictionary with a structure-like behavior.
Definition at line 538 of file gprof2dot.py.
def gprof2dot.Struct.__init__ | ( | self, | |
attrs = None |
|||
) |
Definition at line 541 of file gprof2dot.py.
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.