Searched refs:json_obj (Results 1 – 4 of 4) sorted by relevance
113 json_obj = {"host_events": host_events}114 logging.info("host_events.submit body=%s", json_obj)115 self._service.host_events().submit(body=json_obj).execute()123 json_obj = {"command_events": command_events}124 logging.info("command_events.submit body=%s", json_obj)125 self._service.command_events().submit(body=json_obj).execute()
60 json_obj = json.loads(json_string)61 self._benchmarks = json_obj[self._BENCHMARKS]
79 def ParseListDevicesResponse(json_obj): argument96 for dev_obj in json_obj["serials"]:
105 json_obj = self.SendOperation(remote_operation.ListDevices())106 return remote_operation.ParseListDevicesResponse(json_obj)