link_character property

Identifies link character in output string.

Definition:

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

See Also