Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
callee
/
DecoCall.py
blob: 658b5d38749f1360223a36b26312d6e930620332 [
file
] [
log
] [
blame
]
def
deco
(
fun
):
return
fun
@<
caret
>
deco
def
foo
():
pass