(self)
| 891 | yield occ |
| 892 | |
| 893 | def following(self): |
| 894 | it = self.and_following() |
| 895 | next(it) |
| 896 | return it |
| 897 | |
| 898 | def and_following(self, up_to=None, inclusive=False): |
| 899 | assert self.timeline is not None |
nothing calls this directly
no test coverage detected