pg.views.HtmlConvertible¶
Accessible via pg.views.HtmlConvertible.
- class HtmlConvertible[source]¶
Bases:
objectBase class for HTML convertible objects.
Methods:
to_html(**kwargs)Returns the HTML representation of the object.
to_html_str(*[, content_only])Returns the HTML str of the object.