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
:members:
.. py:attribute:: key
The Zobrist hash of the position.
.. py:attribute:: raw_move
The raw binary representation of the move. Use
:data:`~chess.polyglot.Entry.move` instead.
.. py:attribute:: weight
An integer value that can be used as the weight for this entry.
.. py:attribute:: learn
Another integer value that can be used for extra information.
.. py:attribute:: move
The :class:`~chess.Move`.