is_line property

is_line property

Indicates whether it is a signature line.

Example


if s.is_line:
    pass

Definition:

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

See Also