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
4110065a18
ruff
/
crates
/
ruff
/
resources
/
test
/
fixtures
/
control-flow-graph
/
simple.py
24 lines
214 B
Python
Raw
Blame
History
def
func
(
)
:
pass
def
func
(
)
:
pass
def
func
(
)
:
return
def
func
(
)
:
return
1
def
func
(
)
:
return
1
return
"
unreachable
"
def
func
(
)
:
i
=
0
def
func
(
)
:
i
=
0
i
+
=
2
return
i
Reference in New Issue
View Git Blame
Copy Permalink