write_comment method

write_comment

Writes a comment.

def write_comment(self, comment):
    ...
ParameterTypeDescription
commentstrA comment to be written.

See Also