Was sind diese Tags @ivar @param und @type in Python Docstring?

Das Ampullenprojekt verwendet einige Tags in der Dokumentenkette, z. B. die Javadoc-Tags.

Zum Beispiel von pool.py Zeile 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
    """

Was sind diese Tags, die das Tool verwendet.

Antworten auf die Frage(4)

Ihre Antwort auf die Frage