Show More
@@ -256,6 +256,9 b' class obsstore(object):' | |||
|
256 | 256 | * ensuring it is hashable |
|
257 | 257 | * check mandatory metadata |
|
258 | 258 | * encode metadata |
|
259 | ||
|
260 | If you are a human writing code creating marker you want to use the | |
|
261 | `createmarkers` function in this module instead. | |
|
259 | 262 | """ |
|
260 | 263 | if metadata is None: |
|
261 | 264 | metadata = {} |
General Comments 0
You need to be logged in to leave comments.
Login now