Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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