Convenient class to represent the scripts node of an HTML tree.
Module whakerpy.htmlmaker
Class HTMLScriptNode
Description
Constructor
Create the script node.
Parameters
- parent
View Source
def __init__(self, parent):
"""Create the script node."""
super(HTMLScriptNode, self).__init__(parent, 'body_script', 'script')