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
2026-05-02 19:28:23 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
33a3ecf730977e42042f44d217f84d75233fca7d
openide
/
python
/
testData
/
quickFixes
/
PyMakeFunctionFromMethodQuickFixTest
/
usageClassCallArgument_after.py
Ekaterina Tuzova
33a3ecf730
PY-9365 Make function from method: leads to unresolved attribute reference for method usages in class
2013-10-10 18:25:33 +04:00
8 lines
44 B
Python
Raw
Blame
History
def
m
(
x
)
:
print
1
class
A
:
pass
m
(
1
)
Reference in New Issue
View Git Blame
Copy Permalink