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