# hub.domain.rock_paper_scissors.rock_paper_scissors
Domain specification
Domain
# Move
An enumeration.
# paper Move
# rock Move
# scissors Move
# State
State(num_move,)
# _asdict State
_asdict(
self
)
Return a new dict which maps field names to their values.
# _make State
_make(
iterable
)
Make a new State object from a sequence or iterable
# _replace State
_replace(
self,
**kwds
)
Return a new State object replacing specified fields with new values