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

Method callback0

tests/test_traitlets.py:751–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

749
750 def test_notify_args(self):
751 def callback0():
752 self.cb = ()
753
754 def callback1(change):
755 self.cb = change

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected