Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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