QPanda3
0.1.0
Supported by OriginQ
|
Base class for parsers that read line-based formats. More...
Public Member Functions | |
__init__ (self, stream) | |
readline (self) | |
lookahead (self) | |
consume (self) | |
eof (self) | |
Public Member Functions inherited from pyqpanda3.profiling.gprof2dot.Parser | |
parse (self) | |
Public Attributes | |
int | line_no = 0 |
Static Public Attributes | |
XML_ELEMENT_START | |
XML_ELEMENT_END | |
XML_CHARACTER_DATA | |
XML_EOF | |
Static Public Attributes inherited from pyqpanda3.profiling.gprof2dot.Parser | |
bool | stdinInput = True |
bool | multipleInput = False |
Protected Attributes | |
_stream = stream | |
Base class for parsers that read line-based formats.
pyqpanda3.profiling.gprof2dot.LineParser.__init__ | ( | self, | |
stream ) |
Reimplemented from pyqpanda3.profiling.gprof2dot.Parser.
Reimplemented in pyqpanda3.profiling.gprof2dot.CallgrindParser, pyqpanda3.profiling.gprof2dot.CollapseParser, pyqpanda3.profiling.gprof2dot.DtraceParser, pyqpanda3.profiling.gprof2dot.HProfParser, pyqpanda3.profiling.gprof2dot.OprofileParser, and pyqpanda3.profiling.gprof2dot.PerfParser.
pyqpanda3.profiling.gprof2dot.LineParser.consume | ( | self | ) |
pyqpanda3.profiling.gprof2dot.LineParser.eof | ( | self | ) |
pyqpanda3.profiling.gprof2dot.LineParser.lookahead | ( | self | ) |
pyqpanda3.profiling.gprof2dot.LineParser.readline | ( | self | ) |
|
protected |
int pyqpanda3.profiling.gprof2dot.LineParser.line_no = 0 |
|
static |
|
static |
|
static |
|
static |