mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
8 lines
197 B
Text
8 lines
197 B
Text
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>
|