# hub.domain.mastermind.mastermind
Domain specification
Domain
# Score
Score(total_bulls, total_cows)
# _asdict Score
_asdict(
self
)
Return a new dict which maps field names to their values.
# _make Score
_make(
iterable
)
Make a new Score object from a sequence or iterable
# _replace Score
_replace(
self,
**kwds
)
Return a new Score object replacing specified fields with new values
# State
State(solution, score)
# _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