Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyMakeFunctionFromMethodQuickFixTest
/
updateUsage.py
blob: 37196ca4060f8cd8d708ca79df9c41d8cd786bc4 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
:
def
fo
<
caret
>
o
(
self
):
print
(
"Hello Pycharm!"
)
A
().
foo
()