Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
quickdoc
/
Method.py
blob: 435b364539b57a8153387b09ae72aa07b981111b [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
# just method
2
class
Foo
:
3
@deco
4
def
meth
(
self
):
5
"""<the_doc>
6
Doc of meth.
7
"""
8
9
f
=
Foo
()
10
f
.<
the_ref
>
meth