This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
78ee6441a76f15635b5ccdd38b29642aab10421c
ruff
/
crates
/
ruff_python_parser
/
resources
/
valid
/
expressions
/
dictionary_comprehension.py
Victor Hugo Gomes
78ee6441a7
Replace LALRPOP parser with hand-written parser
...
Co-authored-by: Micha Reiser <
micha@reiser.io
>
2024-03-07 16:44:46 +05:30
2 lines
27 B
Python
Raw
Blame
History
x
=
{
y
for
y
in
(
1
,
2
,
3
)
}
Reference in New Issue
View Git Blame
Copy Permalink