Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
quickFixes
/
PyMakeFunctionFromMethodQuickFixTest
/
usageSelf_after.py
blob: 6b7a71a188331486395290bab3e6308c497ddd62 [
file
] [
log
] [
blame
]
def
method2
():
print
1
class
A
():
def
method
(
self
):
method2
()