MCPcopy
hub / github.com/rocky/python-uncompyle6 / Python30Parser

Class Python30Parser

uncompyle6/parsers/parse3.py:1776–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1774
1775
1776class Python30Parser(Python3Parser):
1777 def p_30(self, args):
1778 """
1779 jmp_true ::= JUMP_IF_TRUE_OR_POP POP_TOP
1780 _ifstmts_jump ::= c_stmts_opt JUMP_FORWARD POP_TOP COME_FROM
1781 """
1782
1783
1784class Python3ParserSingle(Python3Parser, PythonParserSingle):

Callers 1

infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected