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

Method setUp

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

Source from the content-addressed store, hash-verified

427
428class TestHasTraitsNotify(TestCase):
429 def setUp(self):
430 self._notify1 = []
431 self._notify2 = []
432
433 def notify1(self, name, old, new):
434 self._notify1.append((name, old, new))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected