typing

Custom Spicerack type hints.

class spicerack.typing.TypeHosts

Custom type for hosts, can be a ClusterShell.NodeSet.NodeSet or any sequence of str.

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