Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyMakeMethodStaticQuickFixTest
/
test.py
blob: ccae40ee238aa291e515dbf5a110854d58061d4e [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
:
def
fo
<
caret
>
o
(
self
):
print
(
"Hello Pycharm!"
)