Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickdoc
/
HoverOverMethod.py
blob: 5c0f6c77503222682f9a36c1de875313463274b7 [
file
] [
log
] [
blame
]
class
A
(
object
):
"doc of A"
def
f
(
self
):
return
1
A
().<
the_ref
>
f