While reading some others' code, I came across this type of docstring @param reporter: A L{Reporter} instance, where ...
and figured out after some search that it's Epydoc. But what does these notations such as L{ClassName?}
and C{type?}
mean?
Asked
Active
Viewed 63 times
0

Taejoon Byun
- 101
- 1
- 4
-
1RTFEpydoc...? http://epydoc.sourceforge.net/manual-epytext.html#documentation-crossreference-links – deceze May 13 '16 at 04:19