MCPcopy Create free account
hub / github.com/ipython/traitlets / hold

Method hold

traitlets/traitlets.py:1482–1484  ·  view source on GitHub ↗
(change: Bunch)

Source from the content-addressed store, hash-verified

1480 return past_changes
1481
1482 def hold(change: Bunch) -> None:
1483 name = change.name
1484 cache[name] = compress(cache.get(name), change)
1485
1486 try:
1487 # Replace notify_change with `hold`, caching and compressing

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected