Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
staticMethod.py
blob: bfc86b0152960d862ab866b00e714549db147652 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
Foo
(
object
):
@staticmethod
def
foo
(
param
):
# <-method here should not be highlighted
return
"foo"