This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
charlie/rev
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
pyflakes
/
F704.py
12 lines
86 B
Python
Raw
Permalink
Blame
History
def
f
(
)
-
>
int
:
yield
1
class
Foo
:
yield
2
yield
3
yield from
3
await
f
(
)
Reference in New Issue
View Git Blame
Copy Permalink