MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / raw_headers

Method raw_headers

github/GithubObject.py:602–607  ·  view source on GitHub ↗

:type: dict

(self)

Source from the content-addressed store, hash-verified

600
601 @property
602 def raw_headers(self) -> dict[str, str | int]:
603 """
604 :type: dict
605 """
606 self._completeIfNeeded()
607 return super().raw_headers
608
609 @property
610 def url(self) -> str:

Callers

nothing calls this directly

Calls 1

_completeIfNeededMethod · 0.95

Tested by

no test coverage detected