![]() |
QPanda3
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) | |
![]() | |
__init__ (self) | |
parse (self) | |
Public Attributes | |
int | line_no = 0 |
Static Public Attributes | |
XML_ELEMENT_START | |
XML_ELEMENT_END | |
XML_CHARACTER_DATA | |
XML_EOF | |
![]() | |
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 ) |
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 |