Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
superMethod.py
blob: 6df1a27e05d22a72b09385e9f43faa2b8765b4e1 [
file
] [
log
] [
blame
]
class
A
:
def
f
(
self
,
a
):
print
"A"
class
B
(
A
):
def
f
(
self
,
a
):
print
self
.
b