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