-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathlambda9.py
More file actions
28 lines (25 loc) · 2.05 KB
/
lambda9.py
File metadata and controls
28 lines (25 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
lambda *, b: b
lambda *b: b
lambda **b: b
lambda : meta.lambda-function.python, source.python, storage.type.function.lambda.python
: meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
* : keyword.operator.unpacking.parameter.python, meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
, : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
b : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, variable.parameter.function.language.python
: : meta.lambda-function.python, punctuation.section.function.lambda.begin.python, source.python
: source.python
b : 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
* : keyword.operator.unpacking.parameter.python, meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
b : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, variable.parameter.function.language.python
: : meta.lambda-function.python, punctuation.section.function.lambda.begin.python, source.python
: source.python
b : 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
** : keyword.operator.unpacking.parameter.python, meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
b : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, variable.parameter.function.language.python
: : meta.lambda-function.python, punctuation.section.function.lambda.begin.python, source.python
: source.python
b : source.python