blob: 53740d647dc2cd60829fde0bed6ccc6687f48ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.. _blobs-sync-api:
Blobs Synchronization
=====================
The synchronization part of the ``BlobManager`` class is implemented in the
``BlobsSynchronizer`` class, whose API can be seen below.
.. autoclass:: leap.soledad.client._db.blobs.sync.BlobsSynchronizer
:members:
:special-members: __init__
:undoc-members:
|