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

Method iter_content

github/Requester.py:140–141  ·  view source on GitHub ↗
(self, chunk_size: int | None = 1)

Source from the content-addressed store, hash-verified

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)
142
143 def raise_for_status(self) -> None:
144 self.response.raise_for_status()

Callers 1

getStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected