Part of bzrlib
A store is a simple write-once container indexed by a universally unique ID.
| Kind | Name | Docs |
|---|---|---|
| Module | text | A store that keeps the full text of every version. |
| Package | versioned | Undocumented |
From the __init__.py module:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 43 | Class | Store | This class represents the abstract storage layout for saving information. |
| 39 | Class | StoreError | Undocumented |
| 150 | Class | TransportStore | A TransportStore is a Store superclass for Stores that use Transports. |