Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2112 pattern_findall(PatternObject* self, PyObject* args, PyObject* kw) in pattern_findall() function
2679 {"findall", (PyCFunction) pattern_findall, METH_VARARGS|METH_KEYWORDS,