is_same_settings property

is_same_settings property

Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row.

Definition:

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

See Also