Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/variable_annotations.txt
John Richards 345035b544 Adds support for SETUP_ANNOTATION op and variable annotations
Tests have also been added.

Fixes #169
2020-10-21 21:42:13 -04:00

9 lines
197 B
Plaintext

a : int <EOL>
b <EOL>
c = 'no annotation' <EOL>
x : int = 10 <EOL>
y : str = 'annotation' <EOL>
z : tuple = ( 1 , 2 , 3 ) <EOL>
confirm_subscr = { } <EOL>
confirm_subscr [ 'test' ] = 'works' <EOL>