typing
Custom Spicerack type hints.
- class spicerack.typing.TypeHosts
Custom type for hosts, can be a
ClusterShell.NodeSet.NodeSet
or any sequence ofstr
.alias of TypeVar('TypeHosts', ~collections.abc.Sequence[str], ~ClusterShell.NodeSet.NodeSet)