endplay.experimental.playdetect
Algorithms for detecting play techniques
Classes:
Functions:
|
- class endplay.experimental.playdetect.PlayTechniqueBase
Bases:
ABCAttributes:
Methods:
_match(deal, trick)match(deal, trick)- _abc_impl = <_abc._abc_data object>
- abstract property name: str
- class endplay.experimental.playdetect.SimpleFinesse
Bases:
PlayTechniqueBaseAttributes:
Methods:
_match(deal, trick)- _abc_impl = <_abc._abc_data object>
- property name
- endplay.experimental.playdetect.detect_play(deal: Deal, play_history: list[Card], techniques: list[PlayTechniqueBase] = [])