Messages ======== .. autofunction:: pytidyhtml5.Message Getters ------- .. autoattribute:: pytidyhtml5.Message.document .. autoattribute:: pytidyhtml5.Message.default .. autoattribute:: pytidyhtml5.Message.message .. autoattribute:: pytidyhtml5.Message.format_default .. autoattribute:: pytidyhtml5.Message.format .. autoattribute:: pytidyhtml5.Message.pos_default .. autoattribute:: pytidyhtml5.Message.pos .. autoattribute:: pytidyhtml5.Message.prefix_default .. autoattribute:: pytidyhtml5.Message.prefix .. autoattribute:: pytidyhtml5.Message.output_default .. autoattribute:: pytidyhtml5.Message.output .. autoattribute:: pytidyhtml5.Message.code .. autoattribute:: pytidyhtml5.Message.key .. autoattribute:: pytidyhtml5.Message.position .. autoattribute:: pytidyhtml5.Message.is_muted .. autoattribute:: pytidyhtml5.Message.level Iterators --------- .. automethod:: pytidyhtml5.Message.iter_args .. automethod:: pytidyhtml5.Message.iter_values Miscellaneous ------------- .. automethod:: pytidyhtml5.Message.__bool__ Getters as methods ------------------ All getters exist as methods, too: .. autosummary:: pytidyhtml5.Message.get_document pytidyhtml5.Message.get_default pytidyhtml5.Message.get_message pytidyhtml5.Message.get_format_default pytidyhtml5.Message.get_format pytidyhtml5.Message.get_pos_default pytidyhtml5.Message.get_pos pytidyhtml5.Message.get_prefix_default pytidyhtml5.Message.get_prefix pytidyhtml5.Message.get_output_default pytidyhtml5.Message.get_output pytidyhtml5.Message.get_code pytidyhtml5.Message.get_key pytidyhtml5.Message.get_position pytidyhtml5.Message.get_is_muted pytidyhtml5.Message.get_level