8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6384f5 commit 372995eCopy full SHA for 372995e
docs/user-guide/consolidated_metadata.rst
@@ -1,7 +1,3 @@
1
-.. only:: doctest
2
-
3
- >>> from pprint import pprint
4
5
.. _user-guide-consolidated-metadata:
6
7
Consolidated metadata
@@ -48,6 +44,7 @@ that can be used.:
48
44
49
45
>>> consolidated = zarr.open_group(store=store)
50
46
>>> consolidated_metadata = consolidated.metadata.consolidated_metadata.metadata
47
+ >>> from pprint import pprint
51
>>> pprint(dict(sorted(consolidated_metadata.items())))
52
{'a': ArrayV3Metadata(shape=(1,),
53
data_type=<DataType.float64: 'float64'>,
0 commit comments