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

Method iter_content

tests/Framework.py:113–114  ·  view source on GitHub ↗
(self, chunk_size=1)

Source from the content-addressed store, hash-verified

111 return self.__output
112
113 def iter_content(self, chunk_size=1):
114 return iter([self.__output[i : i + chunk_size] for i in range(0, len(self.__output), chunk_size)])
115
116 def raise_for_status(self):
117 pass

Callers 2

fetchMethod · 0.45
getresponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected