Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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