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