You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
lint .
This commit is contained in:
@@ -179,9 +179,9 @@ class Python26Parser(Python2Parser):
|
|||||||
list_iter ::= list_if JUMP_BACK COME_FROM POP_TOP
|
list_iter ::= list_if JUMP_BACK COME_FROM POP_TOP
|
||||||
list_compr ::= BUILD_LIST_0 DUP_TOP
|
list_compr ::= BUILD_LIST_0 DUP_TOP
|
||||||
designator list_iter del_stmt
|
designator list_iter del_stmt
|
||||||
list_compr ::= BUILD_LIST_0 DUP_TOP
|
list_compr ::= BUILD_LIST_0 DUP_TOP
|
||||||
designator list_iter JUMP_BACK del_stmt
|
designator list_iter JUMP_BACK del_stmt
|
||||||
lc_body ::= LOAD_NAME expr LIST_APPEND
|
lc_body ::= LOAD_NAME expr LIST_APPEND
|
||||||
lc_body ::= LOAD_FAST expr LIST_APPEND
|
lc_body ::= LOAD_FAST expr LIST_APPEND
|
||||||
|
|
||||||
comp_for ::= SETUP_LOOP expr _for designator comp_iter jb_bp_come_from
|
comp_for ::= SETUP_LOOP expr _for designator comp_iter jb_bp_come_from
|
||||||
|
Reference in New Issue
Block a user