Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
type | |
name_or_data | |
attrs | |
line | |
column |
Definition at line 618 of file gprof2dot.py.
def gprof2dot.XmlToken.__init__ | ( | self, | |
type, | |||
name_or_data, | |||
attrs = None , |
|||
line = None , |
|||
column = None |
|||
) |
Definition at line 620 of file gprof2dot.py.
def gprof2dot.XmlToken.__str__ | ( | self | ) |
Definition at line 628 of file gprof2dot.py.
References gprof2dot.XmlToken.name_or_data, and gprof2dot.XmlToken.type.
Definition at line 624 of file gprof2dot.py.
Definition at line 626 of file gprof2dot.py.
Definition at line 625 of file gprof2dot.py.
Definition at line 623 of file gprof2dot.py.
Referenced by gprof2dot.XmlToken.__str__().
Definition at line 622 of file gprof2dot.py.
Referenced by gprof2dot.XmlToken.__str__(), tests.test_sdplot.sdplot_gridTest.testgrid01(), tests.test_sdplot.sdplot_gridTest.testgrid02(), tests.test_sdplot.sdplot_gridTest.testgrid03(), tests.test_sdplot.sdplot_gridTest.testgrid04(), tests.test_sdplot.sdplot_gridTest.testgrid05(), tests.test_sdplot.sdplot_gridTest.testgrid06(), tests.test_sdplot.sdplot_gridTest.testgrid07(), tests.test_sdplot.sdplot_gridTest.testgrid08(), tests.test_sdplot.sdplot_gridTest.testgrid09(), tests.test_sdplot.sdplot_gridTest.testgrid10(), tests.test_sdplot.sdplot_gridTest.testgrid11(), tests.test_sdplot.sdplot_gridTest.testgrid12(), tests.test_sdplot.sdplot_gridTest.testgrid13(), and tests.test_sdplot.sdplot_gridTest.testgrid14().