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

Method __init__

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

Source from the content-addressed store, hash-verified

601 d = 0
602
603 def __init__(self, **kwargs):
604 super().__init__(**kwargs)
605 self.on_trait_change(self.listener2)
606
607 def listener2(self, name, old, new):
608 self.c += 1

Callers

nothing calls this directly

Calls 2

on_trait_changeMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected