Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickdoc
/
ClassUndocumentedConstructor.py
blob: 6ad68e58ac2b9318cb604bcaae18124413a93c89 [
file
] [
log
] [
blame
]
# direct class doc
class
Foo
(
object
):
"<the_doc>Doc of Foo."
def
__init__
(
self
):
pass
<
the_ref
>
Foo
()