is_trusted property

is_trusted property

The isTrusted attribute must return the value it was initialized to. When an event is created the attribute must be initialized to false.

Definition:

@property
def is_trusted(self):
    ...

See Also