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