2021-08-21 22:27:56 +08:00
|
|
|
name: message
|
|
|
|
returns: void
|
|
|
|
description: This function prints its argument to stdout.
|
|
|
|
|
2022-01-23 23:04:04 +08:00
|
|
|
arg_flattening: false
|
|
|
|
|
2021-08-21 22:27:56 +08:00
|
|
|
posargs:
|
|
|
|
text:
|
2021-10-25 21:43:25 +08:00
|
|
|
type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
|
|
|
|
description: The message to print.
|
2021-08-21 22:27:56 +08:00
|
|
|
|
|
|
|
varargs:
|
|
|
|
name: more_text
|
|
|
|
since: 0.54.0
|
2021-10-25 21:43:25 +08:00
|
|
|
type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
|
2021-10-21 18:41:10 +08:00
|
|
|
description: Additional text that will be printed separated by spaces.
|