is_xml_source_data property

is_xml_source_data property

Flag indicating that XML source data should be imported instead of the HTML table itself.

Definition:

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

See Also