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

Method get_config

traitlets/config/loader.py:643–645  ·  view source on GitHub ↗

Unnecessary now, but a deprecation warning is more trouble than it's worth.

()

Source from the content-addressed store, hash-verified

641 """Load the config file into self.config, with recursive loading."""
642
643 def get_config() -> Config:
644 """Unnecessary now, but a deprecation warning is more trouble than it's worth."""
645 return self.config
646
647 namespace = dict( # noqa: C408
648 c=self.config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected