Home
last modified time | relevance | path

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

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DBoardView.py171 self.model.connect("moves_undoing", self.movesUndoing),
343 def movesUndoing(self, model, moves): member in BoardView