hold
hold
#
Hold — the object one name holds, pinned for as long as the hold lives.
Hold
#
One name and the object it points at, pinned so eviction spares it.
Source code in capturegraph-lib/capturegraph/recipes/scratch/store/hold.py
hash
property
#
The object held, or None if the name holds nothing that is still there.
__init__(scratch, name)
#
Hold whatever name points at right now, if it is still on disk.
__repr__()
#
point(hash)
#
Make hash what the name holds, letting go of the object it replaces.