Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
copyPaste
/
InnerToOuterFunction.src.py
blob: 2d1d3224ad1ea86db18b00e17b153d3a98c8fa5a [
file
] [
log
] [
blame
]
# original function # this is line 1 of the code.
def
foo
():
print
'f00'
<
selection
>
def
bar
(
num
):
for
_
in
range
(
num
):
print
'bar'
bar
(
7
)</
selection
><
caret
>