Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
D_xxtestfuzz.c8 static PyObject* _fuzz_run(PyObject* self, PyObject* args) { in _fuzz_run() function
28 {"run", (PyCFunction)_fuzz_run, METH_VARARGS, ""},