is_nillable property

is_nillable property

Indicates whether the value could be empty.

Definition:

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

See Also