You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Python 3 build class parsing
This commit is contained in:
6
test/simple_source/def/07_classparam.py
Normal file
6
test/simple_source/def/07_classparam.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# Tests Python 3:
|
||||
# build_class ::= LOAD_BUILD_CLASS mkfunc expr call_function CALL_FUNCTION_3
|
||||
|
||||
from collections import namedtuple
|
||||
class Event(namedtuple('Event', 'time, priority, action, argument')):
|
||||
pass
|
Reference in New Issue
Block a user