Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyPep8NamingInspection
/
classAttributes.py
blob: d91453840c40b85ad6d1d5f60e1f41148d3aa261 [
file
] [
log
] [
blame
]
class
Spam
(
object
):
CLASS_FIELD
=
0
@classmethod
def
eggs
(
cls
):
cls
.
CLASS_FIELD
=
1
@staticmethod
def
ham
():
Spam
.
CLASS_FIELD
=
2