Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
quickdoc
/
PropNewGetter.py
blob: cb26ae19ca0f63c91e1753de5239968268231bd7 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
A
(
object
):
2
@property
3
def
x
(
self
):
4
<
the_doc
>
"Does things to X"
5
return
1
6
7
a
=
A
()
8
a
.<
the_ref
>
x