Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c328 PyObject* match_callable = PyObject_GetAttrString(pattern, "match"); in fuzz_sre_match() local
330 PyObject* matches = PyObject_CallOneArg(match_callable, to_match); in fuzz_sre_match()
333 Py_DECREF(match_callable); in fuzz_sre_match()