Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
expected | |
found |
Definition at line 710 of file gprof2dot.py.
def gprof2dot.XmlTokenMismatch.__init__ | ( | self, | |
expected, | |||
found | |||
) |
Definition at line 712 of file gprof2dot.py.
def gprof2dot.XmlTokenMismatch.__str__ | ( | self | ) |
Definition at line 716 of file gprof2dot.py.
References gprof2dot.XmlTokenMismatch.expected, and gprof2dot.XmlTokenMismatch.found.
Definition at line 713 of file gprof2dot.py.
Referenced by gprof2dot.XmlTokenMismatch.__str__().
Definition at line 714 of file gprof2dot.py.
Referenced by gprof2dot.XmlTokenMismatch.__str__().