mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
25 lines
653 B
Plaintext
25 lines
653 B
Plaintext
|
---input---
|
||
|
extra = f'{extra},waiters:{len(self._waiters)}'
|
||
|
|
||
|
---tokens---
|
||
|
'extra' Name
|
||
|
' ' Text
|
||
|
'=' Operator
|
||
|
' ' Text
|
||
|
'f' Literal.String.Affix
|
||
|
"'" Literal.String.Single
|
||
|
'{' Literal.String.Interpol
|
||
|
'extra' Name
|
||
|
'}' Literal.String.Interpol
|
||
|
',waiters:' Literal.String.Single
|
||
|
'{' Literal.String.Interpol
|
||
|
'len' Name.Builtin
|
||
|
'(' Punctuation
|
||
|
'self' Name.Builtin.Pseudo
|
||
|
'.' Operator
|
||
|
'_waiters' Name
|
||
|
')' Punctuation
|
||
|
'}' Literal.String.Interpol
|
||
|
"'" Literal.String.Single
|
||
|
'\n' Text.Whitespace
|