Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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