Searched refs:json_loads_method (Results 1 – 1 of 1) sorted by relevance
147 PyObject* json_loads_method = NULL; variable155 json_loads_method = PyObject_GetAttrString(json_module, "loads"); in init_json_loads()156 return json_loads_method != NULL; in init_json_loads()170 PyObject* parsed = PyObject_CallOneArg(json_loads_method, input_bytes); in fuzz_json_loads()