delimiter_shape property

delimiter_shape property

Specifies the shape of delimiters in the delimiter object.

Definition:

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

See Also