You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Towards single compilation
This commit is contained in:
@@ -818,3 +818,8 @@ class Python3Parser(PythonParser):
|
||||
% ('expr ' * token.attr, opname))
|
||||
self.add_unique_rule(rule, opname, token.attr, customize)
|
||||
return
|
||||
|
||||
class Python3ParserSingle(Python3Parser):
|
||||
# Add:
|
||||
# call_stmt ::= expr PRINT_EXPR
|
||||
pass
|
||||
|
Reference in New Issue
Block a user