is_threaded_comment Eigentum

is_threaded_comment Eigentum

Gibt an, ob es sich bei diesem Kommentar um einen Threadkommentar handelt.

Beispiel


if comment1.is_threaded_comment:
    pass

Definition:

@property
def is_threaded_comment(self):
    ...

Siehe auch