objects
objects
#
A typed value as an object tree and back: a composite is its own tree, a scalar is wrapped.
OBJECT_LEAF = 'value'
module-attribute
#
The entry a scalar is stored under, so every object is a directory tree.
load_object(base, cgtype)
#
The value whose object tree is rooted at base (the inverse of store_object).
Source code in capturegraph-lib/capturegraph/recipes/values/objects.py
store_object(base, value, cgtype)
#
Store value as the object tree rooted at base and return that root.