Sign in
android
/
platform
/
tools
/
idea
/
dabd634b4b52246dc992371eecb7e1e214463cff
/
.
/
python
/
testData
/
quickFixes
/
PyMakeMethodStaticQuickFixTest
/
decoWithParams.py
blob: 7cdd655d68924266a4b4e80c89ff5cdabc927b41 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
def
foo
(
x
):
return
x
class
A
():
@accepts
(
int
,
int
)
def
my_
<
caret
>
method
(
self
):
print
"Smth"