Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
editing
/
firstParamClassmethod.after.py
blob: d2f03b1fc3b9a47f3f81e936a8f7a414fff0acee [
file
] [
log
] [
blame
]
class
A
(
object
):
@classmethod
def
foo
(
cls
):