Convenient class to represent the nav node of an HTML tree.
Module whakerpy.htmlmaker
Class HTMLNavNode
Description
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')