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

Method _config_changed

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

Source from the content-addressed store, hash-verified

454 @observe("config")
455 @observe_compat
456 def _config_changed(self, change: Bunch) -> None:
457 super()._config_changed(change)
458 self.log.debug("Config changed: %r", change.new)
459
460 @catch_config_error
461 def initialize(self, argv: ArgvType = None) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected