typing

Custom Spicerack type hints.

spicerack.typing.TypeHosts

typing.TypeVar for hosts, can be a ClusterShell.NodeSet.NodeSet or any sequence of str.

alias of TypeVar('TypeHosts', ~typing.Sequence[str], ~ClusterShell.NodeSet.NodeSet)