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

Function record

tests/test_traitlets.py:2753–2754  ·  view source on GitHub ↗
(change)

Source from the content-addressed store, hash-verified

2751 recorded = {}
2752
2753 def record(change):
2754 recorded["change"] = change
2755
2756 # observe with names=set
2757 c.observe(record, names={"i", "s"})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…