metodo add

add(text, author)

Aggiunge un commento in thread;

ritorna

def add(self, text, author):
    ...
ParametroTipoDescrizione
textstrIl testo del commento nel thread.
authorThreadedCommentAuthorL’autore del commento nel thread

Guarda anche