solorice/vscode/extensions/magicstack.magicpython-1.1.1/test/comments/typing2.py
2022-04-28 20:54:44 +03:00

22 lines
857 B
Python

a = 1 # type:
a = 1 # type: # 123
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
1 : constant.numeric.dec.python, source.python
: source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
type: : comment.line.number-sign.python, source.python
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
1 : constant.numeric.dec.python, source.python
: source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
type: # 123 : comment.line.number-sign.python, source.python