Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
quickFixes
/
PyMakeFunctionFromMethodQuickFixTest
/
test.py
blob: ccae40ee238aa291e515dbf5a110854d58061d4e [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
:
def
fo
<
caret
>
o
(
self
):
print
(
"Hello Pycharm!"
)