(self)
| 400 | super()._fetch() |
| 401 | |
| 402 | def _fetch_info(self) -> tuple[str, dict[str, str], None]: |
| 403 | return "liveabout", {"id": self.id}, None |
| 404 | |
| 405 | def discussions(self, **generator_kwargs: Any) -> Iterator[models.Submission]: |
| 406 | """Get submissions linking to the thread. |