This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-17 07:20:53 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
91f27d8587eb3428d2c369e8a7d9c4b5453dd080
openide
/
python
/
testData
/
refactoring
/
extractsuperclass
/
py3ParentHasObject.before.py
Ilya.Kazakevich
bfa03fd230
PY-19137: Move object to parent in superclass extracting even for Py3K if class explicitly extends object
2016-07-01 00:55:37 +03:00
3 lines
53 B
Python
Raw
Blame
History
class
Child
(
object
)
:
def
spam
(
self
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink