MCPcopy Index your code
hub / github.com/praw-dev/praw / _fetch_info

Method _fetch_info

praw/models/reddit/live.py:402–403  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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.

Callers 1

_fetch_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected