end_char property

end_char property

Delimiter ending 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 end_char(self):
    ...
@end_char.setter
def end_char(self, value):
    ...

See Also