forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlambda3.py
More file actions
14 lines (11 loc) · 713 Bytes
/
lambda3.py
File metadata and controls
14 lines (11 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
anon = lambda lambda: 42
anon : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
lambda : meta.lambda-function.python, source.python, storage.type.function.lambda.python
: meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
lambda : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, storage.type.function.lambda.python
: : meta.lambda-function.python, punctuation.section.function.lambda.begin.python, source.python
: source.python
42 : constant.numeric.dec.python, source.python