add Methode

add(self, text, author)

Fügt einen Thread-Kommentar hinzu;

Kehrt zurück


def add(self, text, author):
    ...
ParameterTypBeschreibung
textstrDer Text des Threadkommentars.
authorThreadedCommentAuthorDer Autor des Thread-Kommentars

Siehe auch