first property

first property

The first operand of the Boolean operator

Definition:

@property
def first(self):
    ...
@first.setter
def first(self, value):
    ...

See Also