Attributes ========== .. autofunction:: pytidyhtml5.Attr Getters ------- .. autoattribute:: pytidyhtml5.Attr.node .. autoattribute:: pytidyhtml5.Attr.name .. autoattribute:: pytidyhtml5.Attr.value .. autoattribute:: pytidyhtml5.Attr.id .. autoattribute:: pytidyhtml5.Attr.is_event Methods ------- .. automethod:: pytidyhtml5.Attr.get_next Iterators --------- .. automethod:: pytidyhtml5.Attr.__iter__ Miscellaneous ------------- .. automethod:: pytidyhtml5.Attr.__bool__ .. automethod:: pytidyhtml5.Attr.__eq__ .. automethod:: pytidyhtml5.Attr.__ne__ .. automethod:: pytidyhtml5.Attr.__len__ Getters as methods ------------------ All getters exist as methods, too: .. autosummary:: pytidyhtml5.Attr.get_node pytidyhtml5.Attr.get_name pytidyhtml5.Attr.get_value pytidyhtml5.Attr.get_id pytidyhtml5.Attr.get_is_event