MCPcopy
hub / github.com/PyGithub/PyGithub / raw_data

Method raw_data

github/GithubObject.py:594–599  ·  view source on GitHub ↗

:type: dict

(self)

Source from the content-addressed store, hash-verified

592
593 @property
594 def raw_data(self) -> dict[str, Any]:
595 """
596 :type: dict
597 """
598 self._completeIfNeeded()
599 return super().raw_data
600
601 @property
602 def raw_headers(self) -> dict[str, str | int]:

Callers

nothing calls this directly

Calls 1

_completeIfNeededMethod · 0.95

Tested by

no test coverage detected