WhakerPy 2.0

https://github.com/brigitte-bigi/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')