Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
withQualifier.py
blob: d8385a021fffc8c65642081aa47878c9cd04b8aa [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
Child
(
Base
):
def
f
(
self
):
print
self
.
f
()