安瓿项目在 docstring 中使用了一些标签,例如 javadoc 的标签。
例如从pool.py第 86 行:
def start(self, ampChild=None):
"""
Starts the ProcessPool with a given child protocol.
@param ampChild: a L{ampoule.child.AMPChild} subclass.
@type ampChild: L{ampoule.child.AMPChild} subclass
"""
这些标签是什么,哪个工具使用它。