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

Method setUp

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

Source from the content-addressed store, hash-verified

621
622class TestObserveDecorator(TestCase):
623 def setUp(self):
624 self._notify1 = []
625 self._notify2 = []
626
627 def notify1(self, change):
628 self._notify1.append(change)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected