![]() |
QPanda3
Supported by OriginQ
|
Base class for parsers that read line-based formats. 更多...
Public 成员函数 | |
| __init__ (self, stream) | |
| readline (self) | |
| lookahead (self) | |
| consume (self) | |
| eof (self) | |
Public 成员函数 继承自 pyqpanda3.profiling.gprof2dot.Parser | |
| __init__ (self) | |
| parse (self) | |
Public 属性 | |
| int | line_no = 0 |
静态 Public 属性 | |
| XML_ELEMENT_START | |
| XML_ELEMENT_END | |
| XML_CHARACTER_DATA | |
| XML_EOF | |
静态 Public 属性 继承自 pyqpanda3.profiling.gprof2dot.Parser | |
| bool | stdinInput = True |
| bool | multipleInput = False |
Protected 属性 | |
| _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 |