write_as_clear_text method

write_as_clear_text

Writes/exports the command as clear text mode

def write_as_clear_text(self, writer):
    ...
ParameterTypeDescription
writerIClearTextWriterThe text writer to write the clear text to.

See Also