You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Merge branch 'master' of github.com:rocky/python-uncompyle6
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# 3.6+ type annotations on variables
|
# 3.6+ type annotations on variables
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
# This test program is part of the uncompyle6 test suite
|
||||||
|
# tests STORE_ANNOTATION and SETUP_ANOTATIONS
|
||||||
|
|
||||||
# RUNNABLE!
|
# RUNNABLE!
|
||||||
y = 2
|
y = 2
|
||||||
x: bool
|
x: bool
|
||||||
|
Reference in New Issue
Block a user