Files

7 lines
86 B
Python

# direct class doc
class Foo(object):
"<the_doc>Doc of Foo."
pass
<the_ref>Foo()