caterva2.File.vlmeta#
- property File.vlmeta#
A mapping of metalayer names to their respective values.
Used to access variable-length metalayers (i.e. user attributes) for a file.
>>> root = cat2.Root('foo') >>> file = root['ds-sc-attr.b2nd'] >>> file.vlmeta {'a': 1, 'b': 'foo', 'c': 123.456}