OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | UuidRepresentation |
class | Binary |
class | UUIDLegacy |
Namespaces | |
bson.binary | |
Variables | |
int | BINARY_SUBTYPE = 0 |
int | FUNCTION_SUBTYPE = 1 |
int | OLD_BINARY_SUBTYPE = 2 |
int | OLD_UUID_SUBTYPE = 3 |
int | UUID_SUBTYPE = 4 |
STANDARD = UuidRepresentation.STANDARD | |
PYTHON_LEGACY = UuidRepresentation.PYTHON_LEGACY | |
JAVA_LEGACY = UuidRepresentation.JAVA_LEGACY | |
CSHARP_LEGACY = UuidRepresentation.CSHARP_LEGACY | |
tuple | ALL_UUID_SUBTYPES = (OLD_UUID_SUBTYPE, UUID_SUBTYPE) |
tuple | ALL_UUID_REPRESENTATIONS |
dictionary | UUID_REPRESENTATION_NAMES |
int | MD5_SUBTYPE = 5 |
int | USER_DEFINED_SUBTYPE = 128 |