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-07 04:03:20 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
python
/
testData
/
quickFixes
/
PyMakeMethodStaticQuickFixTest
T
History
…
..
asyncMethod_after.py
…
asyncMethod.py
…
emptyParam_after.py
added Method may be static or a function (+ quickfix)
2013-03-26 15:48:16 +04:00
emptyParam.py
…
noSelf_after.py
fixed PY-9405 Method can be static: handle existing decorators
2013-04-09 14:41:50 +04:00
noSelf.py
…
oneParam_after.py
…
oneParam.py
…
test.py
…
twoParams_after.py
…
twoParams.py
added Method may be static or a function (+ quickfix)
2013-03-26 15:48:16 +04:00
usage_after.py
…
usage.py
Make python-latest project descriptor default in tests
2021-03-15 17:33:04 +00:00
usageImport_after.py
fixed PY-9654 Make function from method/Make method static: correctly update class calls with first instance argument
2013-05-29 16:35:09 +04:00
usageImport.py
…