has_block property

has_block property

Gets or sets a value indicating whether this instance has block.

Definition:

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

See Also