index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lint
/
test
/
files
/
pylint
/
bad.py
blob: 61b69a49cf11a4c12a3b6d8ada30429a2af28eda (
plain
)
1
2
3
4
5
def
foo
():
useless_var
=
1
useless_var
=
true
return
"true"
print
(
"unreachable"
)