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
ae66327a2a92bb8689d1be00a64034c3e24ca111
openide
/
python
/
testData
/
quickFixes
/
PyMoveAttributeToInitQuickFixTest
T
History
Ekaterina Tuzova
14f55f9984
PY-10988 Instance attribute defined outside __init__ with property setter
2013-10-04 20:26:00 +04:00
..
addPass_after.py
fixed PY-9263 Move attribute to init method: add super class call when moving to not yet existing init
2013-03-25 15:58:12 +04:00
addPass.py
…
addSuperCall_after.py
fixed PY-9263 Move attribute to init method: add super class call when moving to not yet existing init
2013-03-25 15:58:12 +04:00
addSuperCall.py
fixed PY-9263 Move attribute to init method: add super class call when moving to not yet existing init
2013-03-25 15:58:12 +04:00
addSuperCallOldStyle_after.py
fixed PY-9263 Move attribute to init method: add super class call when moving to not yet existing init
2013-09-09 15:46:27 +04:00
addSuperCallOldStyle.py
fixed PY-9263 Move attribute to init method: add super class call when moving to not yet existing init
2013-09-09 15:46:27 +04:00
createInit_after.py
…
createInit.py
…
moveToInit_after.py
fixed PY-9263 Move attribute to init method: add super class call when moving to not yet existing init
2013-03-25 15:58:12 +04:00
moveToInit.py
…
propertyNegative.py
PY-10988 Instance attribute defined outside __init__ with property setter
2013-10-04 20:26:00 +04:00
removePass_after.py
…
removePass.py
…
skipDocstring_after.py
…
skipDocstring.py
…