You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Start Python3 class(superclass) handling
This commit is contained in:
4
test/simple_source/simple_stmts/00_import.py
Normal file
4
test/simple_source/simple_stmts/00_import.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Tests:
|
||||
|
||||
import sys
|
||||
from os import path
|
3
test/simple_source/simple_stmts/00_pass.py
Normal file
3
test/simple_source/simple_stmts/00_pass.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Tests:
|
||||
# assign ::= expr designator
|
||||
pass
|
Reference in New Issue
Block a user