threaded_comments fastighet

threaded_comments fastighet

Hämtar listan med trådade kommentarer;

Exempel


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

Definition:

@property
def threaded_comments(self):
    ...

Se även