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

Method _capture

tests/config/test_application.py:718–719  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

716 self.override_called = True
717
718 def _capture(*args):
719 self.parent_called = True
720
721 with mock.patch.object(self.log, "debug", _capture):
722 super()._config_changed(name, old, new)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected