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