Beispiel #1
0
 def process_result_value(self, uci_moves_string, dialect):
     if isinstance(uci_moves_string, basestring):
         playable_game = ChessGame()
         return playable_game.make_moves_from_long_uci_string(
             uci_moves_string)
     return uci_moves_string
Beispiel #2
0
 def process_result_value(self, uci_moves_string, dialect):
     if isinstance(uci_moves_string, basestring):
         playable_game = ChessGame()
         return playable_game.make_moves_from_long_uci_string(uci_moves_string)
     return uci_moves_string