group
Create a new group with the given name. The method is intended to be used as a context manager.
def group(
name: str
)
Create a new group with the given name. The method is intended to be used as a context manager.
Parameters
| Name | Type | Description |
|---|---|---|
| name | str | The name of the group |