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
perf-node-key
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
pyflakes
/
F811_22.py
13 lines
196 B
Python
Raw
Permalink
Blame
History
def
redef
(
value
)
:
match
value
:
case
True
:
def
fun
(
x
,
y
)
:
return
x
case
False
:
def
fun
(
x
,
y
)
:
return
y
return
fun
Reference in New Issue
View Git Blame
Copy Permalink