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

Method read

tests/Framework.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 return self.__headers
109
110 def read(self):
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)])

Callers 1

getresponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected