Some other event that updates the state.
(self)
| 1752 | yield |
| 1753 | |
| 1754 | def other(self): |
| 1755 | """Some other event that updates the state.""" |
| 1756 | self.order.append("other") |
| 1757 | |
| 1758 | def _private_method(self): |
| 1759 | """Some private method that updates the state.""" |