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

Method __init__

tests/test_traitlets.py:918–920  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

916 i = Int(0)
917
918 def __init__(self, i):
919 super().__init__()
920 self.i = i
921
922 a = A(5)
923 self.assertEqual(a.i, 5)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected