Metodo add

add(self, text, author)

Aggiunge un commento concatenato;

ritorna


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

Guarda anche