mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
35 lines
3.0 KiB
Python
35 lines
3.0 KiB
Python
anon = lambda a, c={'key':
|
|
|
|
555}, e=fff: None
|
|
|
|
|
|
|
|
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
|
|
a : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, variable.parameter.function.language.python
|
|
, : meta.function.lambda.parameters.python, meta.lambda-function.python, punctuation.separator.parameters.python, source.python
|
|
: meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
c : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, variable.parameter.function.language.python
|
|
= : keyword.operator.python, meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
{ : meta.function.lambda.parameters.python, meta.lambda-function.python, punctuation.definition.dict.begin.python, source.python
|
|
' : meta.function.lambda.parameters.python, meta.lambda-function.python, punctuation.definition.string.begin.python, source.python, string.quoted.single.python
|
|
key : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, string.quoted.single.python
|
|
' : meta.function.lambda.parameters.python, meta.lambda-function.python, punctuation.definition.string.end.python, source.python, string.quoted.single.python
|
|
: : meta.function.lambda.parameters.python, meta.lambda-function.python, punctuation.separator.dict.python, source.python
|
|
: meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
: meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
555 : constant.numeric.dec.python, meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
} : meta.function.lambda.parameters.python, meta.lambda-function.python, punctuation.definition.dict.end.python, source.python
|
|
, : meta.function.lambda.parameters.python, meta.lambda-function.python, punctuation.separator.parameters.python, source.python
|
|
: meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
e : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python, variable.parameter.function.language.python
|
|
= : keyword.operator.python, meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
fff : meta.function.lambda.parameters.python, meta.lambda-function.python, source.python
|
|
: : meta.lambda-function.python, punctuation.section.function.lambda.begin.python, source.python
|
|
: source.python
|
|
None : constant.language.python, source.python
|