Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyMethodOverridingInspection
/
NotOverridingMethod.py
blob: 26e9f8324bd8d4173ac52a8da1b1e8b6ef0163ad [
file
] [
log
] [
blame
]
class
B
:
pass
class
C
(
B
):
def
foo
(
self
):
pass