create_comment method

create_comment

Creates a Comment node given the specified string.

Returns

The Comment.

def create_comment(self, data):
    ...
ParameterTypeDescription
datastrThe comment data.

See Also