WhakerPy 0.8

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

Module whakerpy.htmlmaker

Class HTMLHeaderNode

Description

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

Constructor

Create the main node.

Parameters
  • parent
View Source
def __init__(self, parent):
    """Create the main node.

    """
    super(HTMLHeaderNode, self).__init__(parent, 'body_header', 'header')