Searched refs:res_json (Results 1 – 2 of 2) sorted by relevance
136 def _print_error(change, res_code, res_json): argument150 if res_json:152 json.dump(res_json, sys.stderr, indent=4,161 res_code, res_json = func(*args)164 res_json = None167 _print_error(change, res_code, res_json)
152 res_json = _decode_xssi_json(response_file.read())153 return (res_code, res_json)