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

23 lines
733 B
Python

with a as b, c as d:
pass
with : keyword.control.flow.python, source.python
: source.python
a : source.python
: source.python
as : keyword.control.flow.python, source.python
: source.python
b : source.python
, : punctuation.separator.element.python, source.python
: source.python
c : source.python
: source.python
as : keyword.control.flow.python, source.python
: source.python
d : source.python
: : punctuation.separator.colon.python, source.python
: source.python
pass : keyword.control.flow.python, source.python