is_xml property

is_xml property

true if the web query source is XML (versus HTML), otherwise false.

Definition:

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

See Also