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

21 lines
1.0 KiB
Python

foo.class(a)
foo.and()
foo.if
foo : source.python
. : punctuation.separator.period.python, source.python
class : keyword.control.flow.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
a : meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
foo : source.python
. : punctuation.separator.period.python, source.python
and : keyword.control.flow.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
foo : source.python
. : punctuation.separator.period.python, source.python
if : keyword.control.flow.python, source.python