##// END OF EJS Templates
obsstore: update create docstring to point to the coder friendly function...
Pierre-Yves David -
r20516:3af218cf default
parent child Browse files
Show More
@@ -256,6 +256,9 b' class obsstore(object):'
256 * ensuring it is hashable
256 * ensuring it is hashable
257 * check mandatory metadata
257 * check mandatory metadata
258 * encode metadata
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 if metadata is None:
263 if metadata is None:
261 metadata = {}
264 metadata = {}
General Comments 0
You need to be logged in to leave comments. Login now