Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyUpdatePropertySignatureQuickFixTest
/
getter.py
blob: abddaf558baad3ac8303e1f4f8500e86d7a3fd38 [
file
] [
log
] [
blame
]
class
A
(
Aa
):
@property
def
<
warning descr
=
"Getter signature should be (self)"
>
x
<
caret
></
warning
>(
self
,
r
):
return
""
@x
.
setter
def
<
warning descr
=
"Setter should not return a value"
>
x
</
warning
>(
self
,
r
):
return
r