pugixml.pugi.XMLAttributeStruct
- class pugixml.pugi.XMLAttributeStruct
Bases:
pybind11_objectThe internal object of the attribute.
Methods
__eq__(self, other)Return self == other.
__hash____init__(*args, **kwargs)__ne__(self, other)Return self != other.
Member Documentation
- __eq__(self: pugixml.pugi.XMLAttributeStruct, other: pugixml.pugi.XMLAttributeStruct) bool
Return self == other.
- Parameters:
other – The internal object of the attribute to compare.
- Returns:
Trueif the internal objects are the same,Falseotherwise.
- __init__(*args, **kwargs)
- __ne__(self: pugixml.pugi.XMLAttributeStruct, other: pugixml.pugi.XMLAttributeStruct) bool
Return self != other.
- Parameters:
other – The internal object of the attribute to compare.
- Returns:
Trueif the internal objects are not the same,Falseotherwise.