visit_html method

visit_html

Defines the interface for visit HTMLFragmentSyntax.

def visit_html(self, html):
    ...
ParameterTypeDescription
htmlHTMLFragmentSyntaxThe HTMLFragmentSyntax.

See Also