Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
StaticMethod.before.py
blob: abd74af4381b4e60767f904582b273adebb56683 [
file
] [
log
] [
blame
]
class
C
:
@staticmethod
def
foo
():
<
selection
>
print
"hello world"
</
selection
>