Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
ClassMethod.before.py
blob: 79ac2f01557496de79f5e154b5dece2c5aea70ab [
file
] [
log
] [
blame
]
class
C
:
@classmethod
def
foo
(
cls
):
<
selection
>
print
(
'foo'
,
cls
)</
selection
>