Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickdoc
/
HoverOverClass.py
blob: ad743e3c876afc92c1fbddf620e046a38b58f996 [
file
] [
log
] [
blame
]
class
A
(
object
):
"Doc of A"
pass
class
B
(
A
):
"Doc of B"
pass
<
the_ref
>
A