Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyPep8NamingInspection
/
overridden.py
blob: 604d76c47de3759d8a84441623d3c75a5c6ddae2 [
file
] [
log
] [
blame
]
class
A
:
def
<
weak_warning descr
=
"Function name should be lowercase"
>
fooBar
</
weak_warning
>(
self
):
pass
class
B
(
A
):
def
fooBar
(
self
):
pass