threaded_comments Eigentum

threaded_comments Eigentum

Ruft die Liste der Thread-Kommentare ab;

Beispiel


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

Definition:

@property
def threaded_comments(self):
    ...

Siehe auch