|
| 1 | +self.assertEqual(f'{10:#{3 != {4:5} and width}x}', ' 0xa') |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +self : source.python, variable.language.special.self.python |
| 7 | +. : source.python |
| 8 | +assertEqual : meta.function-call.generic.python, meta.function-call.python, source.python |
| 9 | +( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 10 | +f : meta.function-call.arguments.python, meta.function-call.python, source.python, storage.type.string.python, string.quoted.single.python |
| 11 | +' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.begin.python, source.python, string.quoted.single.python |
| 12 | +{ : constant.character.format.placeholder.other.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 13 | +10 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 14 | +:# : meta.function-call.arguments.python, meta.function-call.python, source.python, support.other.format.python |
| 15 | +{ : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.dict.begin.python, source.python |
| 16 | +3 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 17 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 18 | +!= : keyword.operator.comparison.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 19 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 20 | +{ : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.dict.begin.python, source.python |
| 21 | +4 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 22 | +: : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 23 | +5 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 24 | +} : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.dict.end.python, source.python |
| 25 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 26 | +and : keyword.operator.logical.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 27 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 28 | +width : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 29 | +} : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.dict.end.python, source.python |
| 30 | +x : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 31 | +} : constant.character.format.placeholder.other.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 32 | +' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.end.python, source.python, string.quoted.single.python |
| 33 | +, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
| 34 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 35 | +' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.begin.python, source.python, string.quoted.single.python |
| 36 | + 0xa : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.single.python |
| 37 | +' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.end.python, source.python, string.quoted.single.python |
| 38 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
0 commit comments