-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathtyping6.py
More file actions
19 lines (16 loc) · 1.2 KB
/
typing6.py
File metadata and controls
19 lines (16 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a=1#type:int
a=1#type:int#int
a : source.python
= : keyword.operator.assignment.python, source.python
1 : constant.numeric.dec.python, source.python
# : comment.line.number-sign.python, meta.typehint.comment.python, source.python
type: : comment.line.number-sign.python, comment.typehint.directive.notation.python, meta.typehint.comment.python, source.python
int : comment.line.number-sign.python, comment.typehint.type.notation.python, meta.typehint.comment.python, source.python
a : source.python
= : keyword.operator.assignment.python, source.python
1 : constant.numeric.dec.python, source.python
# : comment.line.number-sign.python, meta.typehint.comment.python, source.python
type: : comment.line.number-sign.python, comment.typehint.directive.notation.python, meta.typehint.comment.python, source.python
int : comment.line.number-sign.python, comment.typehint.type.notation.python, meta.typehint.comment.python, source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
int : comment.line.number-sign.python, source.python