WhakerPy 0.8

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

Module whakerpy.htmlmaker

Class HTMLScriptNode

Description

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

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')