Home
last modified time | relevance | path

Searched refs:json_loads_method (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c147 PyObject* json_loads_method = NULL; variable
155 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()