visit_whitespace method

visit_whitespace

Defines the interface for visit Whitespace Syntax.

def visit_whitespace(self, whitespace):
    ...
ParameterTypeDescription
whitespaceWhitespaceSyntaxNodeThe whitespace.

See Also