Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyMakeFunctionFromMethodQuickFixTest
/
usageSelf.py
blob: 9de442508eff0be3b4efccb4dd2b447dd588e243 [
file
] [
log
] [
blame
]
class
A
():
def
method
(
self
):
self
.
method2
()
def
metho
<
caret
>
d2
(
self
):
print
1