block_name property
block_name property
Gets or sets the name of the block.
Definition:
@property
def block_name(self):
...
@block_name.setter
def block_name(self, value):
...
Gets or sets the name of the block.
@property
def block_name(self):
...
@block_name.setter
def block_name(self, value):
...