threaded_comments propriété

threaded_comments propriété

Obtient la liste des commentaires du fil de discussion ;

Exemple


threadedComments = comment1.threaded_comments
for i in range(len(threadedComments)):
    tc = threadedComments[i]
    note = tc.notes

Définition:

@property
def threaded_comments(self):
    ...

Voir également