(self)
| 2550 | |
| 2551 | class TestDynamicTraits(TestCase): |
| 2552 | def setUp(self): |
| 2553 | self._notify1 = [] |
| 2554 | |
| 2555 | def notify1(self, name, old, new): |
| 2556 | self._notify1.append((name, old, new)) |
nothing calls this directly
no outgoing calls
no test coverage detected