Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyPep8NamingInspection
/
functionVariable.py
blob: c675903c03eb6693ea712c23d503be6513496373 [
file
] [
log
] [
blame
]
def
do_stuff
():
pass
class
A
:
def
foo
(
self
):
<
weak_warning descr
=
"Variable in function should be lowercase"
>
Abc
</
weak_warning
>
=
do_stuff
()