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

Method _show_config_json_changed

traitlets/config/application.py:433–434  ·  view source on GitHub ↗
(self, change: Bunch)

Source from the content-addressed store, hash-verified

431
432 @observe("show_config_json")
433 def _show_config_json_changed(self, change: Bunch) -> None:
434 self.show_config = change.new
435
436 @observe("show_config")
437 def _show_config_changed(self, change: Bunch) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected