Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 74f953ee43a33d1a6b0825410a17e4b4 > files > 80

python3-pymongo-2.5.2-2.fc18.x86_64.rpm

:mod:`binary` -- Tools for representing binary data to be stored in MongoDB
===========================================================================

.. automodule:: bson.binary
   :synopsis: Tools for representing binary data to be stored in MongoDB

   .. autodata:: BINARY_SUBTYPE
   .. autodata:: FUNCTION_SUBTYPE
   .. autodata:: OLD_BINARY_SUBTYPE
   .. autodata:: OLD_UUID_SUBTYPE
   .. autodata:: UUID_SUBTYPE
   .. autodata:: JAVA_LEGACY
   .. autodata:: CSHARP_LEGACY
   .. autodata:: MD5_SUBTYPE
   .. autodata:: USER_DEFINED_SUBTYPE

   .. autoclass:: Binary(data[, subtype=BINARY_SUBTYPE])
      :members:
      :show-inheritance:

   .. autoclass:: UUIDLegacy(obj)
      :members:
      :show-inheritance: