begin_char property

begin_char property

Delimiter beginning character.

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

Definition:

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

See Also