Sign in
android
/
platform
/
tools
/
idea
/
e2d6089d43d7ac1f62bafe06638d5ac2c21f5283
/
.
/
python
/
testData
/
completion
/
propertyParens.after.py
blob: a5628ef71cc9b2afe4375e7dc9dd467b22876b9c [
file
] [
log
] [
blame
]
class
A
(
object
):
@property
def
boohoo
(
self
):
return
1
a
=
A
()
a
.
boohoo