在阅读其他一些代码时,我偶然发现了这种类型的docstring @param reporter: A L{Reporter} instance, where ...,并在搜索之后发现它是Epydoc。但是,像L{ClassName?}和C{type?}这样的符号意味着什么?
@param reporter: A L{Reporter} instance, where ...
L{ClassName?}
C{type?}
发布于 2019-08-06 15:02:56
从epydoc文档,
https://stackoverflow.com/questions/37201137
相似问题