Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyMakeFunctionFromMethodQuickFixTest
/
updateUsage_after.py
blob: 1f2a959d10ebe35898a88a7162f47d181482b835 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
def
foo
():
print
(
"Hello Pycharm!"
)
class
A
:
pass
foo
()