WhakerPy 0.8

https://sourceforge.net/projects/whakerpy/

Module whakerpy.htmlmaker

Class HTMLFooterNode

Description

Convenient class to represent the footer node of an HTML tree.

Constructor

Create the footer node.

Parameters
  • parent
View Source
def __init__(self, parent):
    """Create the footer node."""
    super(HTMLFooterNode, self).__init__(parent, 'body_footer', 'footer')