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 23:53:48 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87fa823045ec72172f94de14dfd839d5a9ff46ae
openide
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
T
History
Semyon Proshev
d6b00d683b
PY-18866 Fixed: Method '...' can be 'static' - false positive when calling super()
...
Check if Py3 function has super callee
2016-05-18 19:24:28 +03:00
..
abc.py
…
abstractProperty.py
…
classMethod.py
…
decorated.py
…
empty.py
…
init.py
…
methodWithAttributes.py
…
notImplemented.py
…
overwrittenMethod.py
…
property.py
…
propertyWithAlias.py
…
selfName.py
…
staticMethod.py
…
superMethod.py
…
superNotSamePy3.py
…
superSamePy3.py
…
testClasses.py
…
trueNegative.py
…
truePositive.py
…
withQualifier.py
…