WhakerPy 0.8

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

Module whakerpy.htmlmaker

Class HTMLNavNode

Description

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

Constructor

Create the nav node.

Parameters
  • parent
View Source
def __init__(self, parent):
    """Create the nav node."""
    super(HTMLNavNode, self).__init__(parent, 'body_nav', 'nav')