solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/comments/typing6.py
2022-04-28 21:17:01 +03:00

20 lines
1.2 KiB
Python

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