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

Method callback0

tests/test_traitlets.py:538–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536
537 def test_notify_args(self):
538 def callback0():
539 self.cb = ()
540
541 def callback1(name):
542 self.cb = (name,) # type:ignore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected