(self, value, trait)
| 2387 | bar = Int() |
| 2388 | |
| 2389 | def _bar_validate(self, value, trait): |
| 2390 | self.foo = value |
| 2391 | return value |
| 2392 | |
| 2393 | def _foo_validate(self, value, trait): |
| 2394 | self.bar = value |
nothing calls this directly
no outgoing calls
no test coverage detected