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

Method __init__

tests/test_traitlets.py:2301–2304  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2299 j = Int()
2300
2301 def __init__(self):
2302 with self.hold_trait_notifications():
2303 self.i = 1
2304 self.on_trait_change(self._i_changed, "i")
2305
2306
2307def test_pickle_hastraits():

Callers

nothing calls this directly

Calls 2

on_trait_changeMethod · 0.80

Tested by

no test coverage detected