+
    8•üiš  ã                  ó8   € R t ^ RIHt ^ RIHt  ! R R]4      tR# )z(A BSON wrapper for long (int in python3))Úannotations)ÚAnyc                  ó:   € ] tR t^tRtRt^tR R ltR R ltRt	R# )ÚInt64a  Representation of the BSON int64 type.

This is necessary because every integral number is an :class:`int` in
Python 3. Small integral numbers are encoded to BSON int32 by default,
but Int64 numbers will always be encoded to BSON int64.

:param value: the numeric value to represent
c               ó   € V ^8„  d   QhRR/# )é   Úreturnr   © )Úformats   "ÚH/var/www/html/photoedit/myenv/lib/python3.14/site-packages/bson/int64.pyÚ__annotate__ÚInt64.__annotate__#   s   € ÷ ñ ˜cñ ó    c                	ó   € / # ©Nr	   )Úselfs   &r   Ú__getstate__ÚInt64.__getstate__#   s   € Øˆ	r   c               ó    € V ^8„  d   QhRRRR/# )r   Ústater   r   ÚNoner	   )r
   s   "r   r   r   &   s   € ÷ ñ  #ð ¨$ñ r   c                	ó   € R # r   r	   )r   r   s   &&r   Ú__setstate__ÚInt64.__setstate__&   s   € Ùr   r	   N)
Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__Ú	__slots__Ú_type_markerr   r   Ú__static_attributes__r	   r   r   r   r      s"   † ñð €Ià€Lõ÷ñ r   r   N)r   Ú
__future__r   Útypingr   Úintr   r	   r   r   Ú<module>r%      s   ðñ /Ý "å ôˆCö r   