blob: 339dfc4264c830cc646d487b1189c438231ce52b [file] [log] [blame]
name: message
returns: void
description: This function prints its argument to stdout.
arg_flattening: false
posargs:
text:
type: str | int | bool | array[str | int | bool] | dict[str | int | bool]
description: The message to print.
varargs:
name: more_text
since: 0.54.0
type: str | int | bool | array[str | int | bool] | dict[str | int | bool]
description: Additional text that will be printed separated by spaces.