forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlambda2.py
More file actions
9 lines (7 loc) · 690 Bytes
/
lambda2.py
File metadata and controls
9 lines (7 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
lll(lambda=1)
lll : meta.function-call.generic.python, meta.function-call.python, source.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
lambda : keyword.control.flow.python, meta.function-call.arguments.python, meta.function-call.python, source.python
= : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
1 : 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