Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2223 pattern_finditer(PatternObject* pattern, PyObject* args) in pattern_finditer() function
2682 {"finditer", (PyCFunction) pattern_finditer, METH_VARARGS,