Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
selfName.py
blob: 966548d605625b6d8c44a687d727a100540579d1 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
():
def
my_method
(
my_inst
):
my_inst
.
do_smth
()