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

Method _fetch_data

praw/models/reddit/base.py:81–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 self._fetched = True
80
81 def _fetch_data(self) -> Any:
82 name, fields, params = self._fetch_info()
83 path = API_PATH[name].format(**fields)
84 return self._reddit.request(method="GET", params=params, path=path)
85
86 def _reset_attributes(self, *attributes: str) -> None:
87 for attribute in attributes:

Callers 8

_fetchMethod · 0.45
_fetchMethod · 0.45
_fetchMethod · 0.45
_fetchMethod · 0.45
_fetchMethod · 0.45
_fetchMethod · 0.45
_fetchMethod · 0.45
_fetchMethod · 0.45

Calls 2

requestMethod · 0.80
_fetch_infoMethod · 0.45

Tested by

no test coverage detected