(self, expectation, explain=True, observe=True)
| 256 | return occs if len(occs) > 1 else occs[0] |
| 257 | |
| 258 | def expect_realized(self, expectation, explain=True, observe=True): |
| 259 | return self._expect_realized(expectation, self.beginning, explain, observe) |
| 260 | |
| 261 | def expect_new(self, expectation, explain=True, observe=True): |
| 262 | assert ( |