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