-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
get_metadata()'s docstring announces a returned dict with the file's metadata.
Instead, it expects a parameter, the metadata Key and returns a memory-view of the value for this key.
- we probably want
strvalues (about all use cases) here as the raw content would still be available atr.get_article("M/Tags").content - shall we have that
dictof all defined meta somewhere? It would definitely be useful. - docstring should be adjusted to the chosen behavior
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested