MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / deserialize

Method deserialize

googleapiclient/model.py:254–264  ·  view source on GitHub ↗

Perform the actual deserialization from response string to Python object. Args: content: string, the body of the HTTP response Returns: The body de-serialized as a Python object.

(self, content)

Source from the content-addressed store, hash-verified

252 _abstract()
253
254 def deserialize(self, content):
255 """Perform the actual deserialization from response string to Python
256 object.
257
258 Args:
259 content: string, the body of the HTTP response
260
261 Returns:
262 The body de-serialized as a Python object.
263 """
264 _abstract()
265
266
267class JsonModel(BaseModel):

Callers 1

responseMethod · 0.95

Calls 1

_abstractFunction · 0.85

Tested by

no test coverage detected