(self, change: t.Any)
| 52 | |
| 53 | @observe("foo") |
| 54 | def _foo_observer(self, change: t.Any) -> bool: |
| 55 | return True |
| 56 | |
| 57 | @validate("foo") |
| 58 | def _foo_validate(self, commit: t.Any) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected