is_threaded_comment proprietà

is_threaded_comment proprietà

Indica se questo commento è un commento in thread.

Esempio


if comment1.is_threaded_comment:
    pass

Definizione:

@property
def is_threaded_comment(self):
    ...

Guarda anche