WhakerPy 0.8

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

Module whakerpy.htmlmaker

Class HTMLMainNode

Description

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

Constructor

Create the main node.

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