observed
observed copied to clipboard
Observer pattern in python
Results
16
observed issues
Sort by
recently updated
recently updated
newest added
Hi, Speaking about PyQt4, would it be possible to attach emitting a signal directly at a place where add_observer is called? like this in the view part: `self.model.set_state.add_observer(self._model_state_change_signal.emit)` considering that...
enhancement
Make sure that simultaneously being an observer and observed doesn't screw things up. Write tests.