You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. autoclass:: chess.polyglot.Entry
.. py:attribute:: key
:type: int
The Zobrist hash of the position.
.. py:attribute:: raw_move
:type: int
The raw binary representation of the move. Use
:data:`~chess.polyglot.Entry.move` instead.
.. py:attribute:: weight
:type: int
An integer value that can be used as the weight for this entry.
.. py:attribute:: learn
:type: int
Another integer value that can be used for extra information.
.. py:attribute:: move
:type: chess.Move
The :class:`~chess.Move`.