get_text method

get_text()

Gets the special character that this node represents.

def get_text(self):
    ...

Returns

The string that contains the character that this node represents.

See Also