nodesplit
Split node name into tuple of name/hostname.
def nodesplit(
name: string
) - > tuple[None, str] | list[str]
Split node name into tuple of name/hostname.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The raw node identifier string to be partitioned into its constituent name and hostname components. |
Returns
| Type | Description |
|---|---|
| `tuple[None, str] | list[str]` |