sleeping
Task sleeping for i seconds, and returning nothing.
def sleeping(
i: int,
**_: dict
) - > null
Task sleeping for i seconds, and returning nothing.
Parameters
| Name | Type | Description |
|---|---|---|
| i | int | The number of seconds the task should pause execution for |
| **_ | dict | Additional keyword arguments that are ignored by the function |
Returns
| Type | Description |
|---|---|
null | No value is returned upon completion |