Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
inspections
/
PyAttributeOutsideInitInspection
/
staticMethod.py
blob: b593c519011d205ff46aefef4044cd781637f03e [
file
] [
log
] [
blame
]
class
C
(
object
):
@staticmethod
def
static_method
(
obj
,
name
):
obj
.
name
=
name
# warning here