Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
MethodContext.before.py
blob: 3fbab10fdfa08327e949863b910e28596926b5d6 [
file
] [
log
] [
blame
]
class
C
:
def
foo
(
self
):
<
selection
>
for
x
in
[
1
,
2
]:
print
x
</
selection
>