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
b51c4f82ea
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
control-flow-graph
/
try-finally-nested-if-while.py
10 lines
142 B
Python
Raw
Blame
History
def
l
(
)
:
while
T
:
try
:
while
(
)
:
if
3
:
break
finally
:
return
Reference in New Issue
View Git Blame
Copy Permalink