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

Method __init__

traitlets/config/loader.py:238–240  ·  view source on GitHub ↗
(self, *args: t.Any, **kwds: t.Any)

Source from the content-addressed store, hash-verified

236 """
237
238 def __init__(self, *args: t.Any, **kwds: t.Any) -> None:
239 dict.__init__(self, *args, **kwds)
240 self._ensure_subconfig()
241
242 def _ensure_subconfig(self) -> None:
243 """ensure that sub-dicts that should be Config objects are

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

_ensure_subconfigMethod · 0.95

Tested by

no test coverage detected