Skip to main content

replace

Get the report. Replaces the content of the main tab.

def replace(
content: str,
do_flush: bool = False
)

Get the report. Replaces the content of the main tab.

Parameters

NameTypeDescription
contentstrThe new content to replace the current content of the main tab.
do_flushbool = FalseIf True, flushes the changes to the client immediately after replacing the content.

Returns

TypeDescription
The report.