is_parse_pre property

is_parse_pre property

Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table.

Definition:

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

See Also