Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
classMethod.py
blob: fa66ec41d4409a2a3c0b4c4f486d8036d97acf99 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
():
@classmethod
def
my_method
(
cls
):
print
1