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
| Name | Type | Description |
|---|---|---|
| content | str | The new content to replace the current content of the main tab. |
| do_flush | bool = False | If True, flushes the changes to the client immediately after replacing the content. |
Returns
| Type | Description |
|---|---|
| The report. |