MCPcopy Index your code
hub / github.com/dataforseo/PythonClient / read

Method read

dataforseo_client/rest.py:32–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.data = None
31
32 def read(self):
33 if self.data is None:
34 self.data = self.response.data
35 return self.data
36
37 def getheaders(self):
38 """Returns a dictionary of the response headers."""

Calls

no outgoing calls

Tested by

no test coverage detected