threaded_comments недвижимость

threaded_comments недвижимость

Получает список цепочек комментариев;

Пример


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

Определение:

@property
def threaded_comments(self):
    ...

Смотрите также