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

Method read

github/Requester.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return self.headers.items()
136
137 def read(self) -> str:
138 return self.response.text
139
140 def iter_content(self, chunk_size: int | None = 1) -> Iterator:
141 return self.response.iter_content(chunk_size=chunk_size)

Callers 1

__requestRawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected