Home
last modified time | relevance | path

Searched refs:ACTION_ERROR_NONE_TO_ACCEPT (Results 1 – 6 of 6) sorted by relevance

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/ic/managers/
H A DOfferManager.py8 ACTION_ERROR_CLOCK_NOT_PAUSED, ACTION_ERROR_NONE_TO_ACCEPT, ACTION_ERROR_NONE_TO_WITHDRAW, \
120 error = ACTION_ERROR_NONE_TO_ACCEPT
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Players/
H A DHuman.py8 ACTION_ERROR_TOO_LARGE_UNDO, ACTION_ERROR_NONE_TO_WITHDRAW, ACTION_ERROR_NONE_TO_ACCEPT, \
326 if error == ACTION_ERROR_NONE_TO_ACCEPT:
H A DCECPEngine.py20 WON_ADJUDICATION, DRAW_OFFER, ACTION_ERROR_NONE_TO_ACCEPT, CASTLE_KK, WHITE, \
561 if offer.type == DRAW_OFFER and error == ACTION_ERROR_NONE_TO_ACCEPT:
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/ic/
H A DICGameModel.py11 UNFINISHED_STATES, ABORT_OFFER, ACTION_ERROR_NONE_TO_ACCEPT
354 player.offerError(offer, ACTION_ERROR_NONE_TO_ACCEPT)
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/
H A Dconst.py50 ACTION_ERROR_NONE_TO_ACCEPT, ACTION_ERROR_NONE_TO_WITHDRAW, \ variable
H A DGameModel.py34 ADJOURNED_AGREEMENT, PAUSE_OFFER, RESUME_OFFER, ACTION_ERROR_NONE_TO_ACCEPT, \
610 player.offerError(offer, ACTION_ERROR_NONE_TO_ACCEPT)