Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
quickFixes
/
PyMakeMethodStaticQuickFixTest
/
functionWithDeco.py
blob: dded2b0538942109140e381b53214791acfec8eb [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
def
foo
(
x
):
return
x
class
A
():
@my_deco
def
my_
<
caret
>
method
(
self
):
print
"Smth"