This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-22 00:19:11 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
edda031f69a32018784ecd2beabfb080f03bc841
openide
/
python
/
testData
/
inspections
/
PyNoneFunctionAssignmentInspection
T
History
Andrey Vlasovskikh
8fed6c91ee
Fixed function doesn't return anything inspection for decorated and overridden methods (PY-10883)
2013-09-25 17:29:14 +04:00
..
decoratedMethod.py
Fixed function doesn't return anything inspection for decorated and overridden methods (PY-10883)
2013-09-25 17:29:14 +04:00
methodWithInheritors.py
Fixed function doesn't return anything inspection for decorated and overridden methods (PY-10883)
2013-09-25 17:29:14 +04:00
noReturn.py
implemented pylint W0601
2013-03-22 15:44:16 +04:00
noType.py
…
pass.py
implemented pylint W0601
2013-03-22 15:44:16 +04:00
returnNone.py
implemented pylint W0601
2013-03-22 15:44:16 +04:00
trueNegative.py
…