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