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

Method get_value

traitlets/config/loader.py:382–383  ·  view source on GitHub ↗
(self, trait: TraitType[t.Any, t.Any])

Source from the content-addressed store, hash-verified

380 """Class for deferred-evaluation of config from CLI"""
381
382 def get_value(self, trait: TraitType[t.Any, t.Any]) -> t.Any:
383 raise NotImplementedError("Implement in subclasses")
384
385 def _super_repr(self) -> str:
386 # explicitly call super on direct parent

Callers 2

test_lazy_config_reprMethod · 0.45
_load_configMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_lazy_config_reprMethod · 0.36