forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpr16.py
More file actions
10 lines (7 loc) · 666 Bytes
/
expr16.py
File metadata and controls
10 lines (7 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
foo(djsgfjs==123)
foo : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
djsgfjs : meta.function-call.arguments.python, meta.function-call.python, source.python
== : keyword.operator.comparison.python, meta.function-call.arguments.python, meta.function-call.python, source.python
123 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python