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

Method _a_changed

tests/test_traitlets.py:2330–2331  ·  view source on GitHub ↗
(self, name, old, new)

Source from the content-addressed store, hash-verified

2328 b = Integer(0)
2329
2330 def _a_changed(self, name, old, new):
2331 changes.append((old, new))
2332
2333 def _b_validate(self, value, trait):
2334 if value != 0:

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected