This website requires JavaScript.
Explore
Help
Sign In
Python
/
pylyzer
mirror of
https://github.com/mtshiba/pylyzer
Watch
1
Star
0
Fork
You've already forked pylyzer
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eq_warn
pylyzer
/
tests
/
warns.py
10 lines
95 B
Python
Raw
Permalink
Blame
History
# W0188: unused value
1
# Warn
def
f
(
)
:
return
"
a
"
f
(
)
# Warn
def
f
(
)
:
return
None
f
(
)
# OK
Reference in New Issue
View Git Blame
Copy Permalink