Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
selfName.py
blob: 966548d605625b6d8c44a687d727a100540579d1 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
():
def
my_method
(
my_inst
):
my_inst
.
do_smth
()