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

Method setUp

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

Source from the content-addressed store, hash-verified

2550
2551class TestDynamicTraits(TestCase):
2552 def setUp(self):
2553 self._notify1 = []
2554
2555 def notify1(self, name, old, new):
2556 self._notify1.append((name, old, new))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected