Sha256: a6296069c58a358037186632f3c8636b62c1c14115cf1785d80497776962cd31
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
o Sûb‡ ã @ s$ d Z ddlmZ G dd„ deƒZdS )z(A BSON wrapper for long (int in python3)é )ÚAnyc @ s8 e Zd ZdZdZdZdefdd„Zdeddfd d „ZdS )Ú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. :Parameters: - `value`: the numeric value to represent © é Úreturnc C s i S ©Nr )Úselfr r ú1/tmp/pip-target-onvjaxws/lib/python/bson/int64.pyÚ__getstate__# ó zInt64.__getstate__ÚstateNc C s d S r r )r r r r r Ú__setstate__&