(self)
| 796 | self._cb.redoEntryTaken = self._cb.redoEntryTaken.__class__(self._redo_entry_taken) |
| 797 | |
| 798 | def _register(self) -> None: |
| 799 | core.BNRegisterDataNotification(self._view.handle, self._cb) |
| 800 | |
| 801 | def _unregister(self) -> None: |
| 802 | core.BNUnregisterDataNotification(self._view.handle, self._cb) |
no outgoing calls
no test coverage detected