OpenQuizz
Une application de gestion des contenus pédagogiques
Int64 Class Reference
Inheritance diagram for Int64:
Collaboration diagram for Int64:

Detailed Description

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

The documentation for this class was generated from the following file: