atoti.stores module¶
-
class
atoti.stores.
Stores
(java_api, mapping)¶ Bases:
atoti._mappings.ImmutableMapping
[str
,atoti.store.Store
],atoti._repr_utils.ReprJsonable
Manage the stores.
-
get
(k[, d]) → D[k] if k in D, else d. d defaults to None.¶
-
items
() → a set-like object providing a view on D’s items¶
-
keys
() → a set-like object providing a view on D’s keys¶
-
property
schema
¶ Datastore schema as an SVG graph.
Note
Graphviz is required to display the graph. It can be installed with Conda:
conda install graphviz
or by following the download instructions.- Return type
- Returns
An SVG image in IPython and a Path to the SVG file otherwise.
-
values
() → an object providing a view on D’s values¶
-