Files
ruff/parser/src
Dhruv Manilawala e363fb860e Lex Jupyter Magic in assignment value position (#30)
Emit `MagicCommand` token when it is the assignment value[^1] i.e., on
the right side of an assignment statement.

Examples:
```python
pwd = !pwd
foo = %timeit a = b
bar = %timeit a % 3
baz = %matplotlib \
        inline"
```

[^1]: Only `%` and `!` are valid in that position, other magic kinds are
not valid
2023-07-24 17:44:03 +05:30
..
2023-07-17 14:49:14 -05:00
2023-07-21 17:41:19 +02:00
2023-07-21 17:41:19 +02:00
2023-05-28 21:03:27 +09:00