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

Method __init__

tests/test_traitlets.py:2429–2431  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

2427 self.notified[name] = {c: getattr(self, c) for c in "abcdefghijkl"}
2428
2429 def __init__(self, **kwargs):
2430 self.on_trait_change(self._notify)
2431 super().__init__(**kwargs)
2432
2433
2434def test_notification_order():

Callers

nothing calls this directly

Calls 2

on_trait_changeMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected