Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2568 pattern_subn(PatternObject* self, PyObject* args, PyObject* kw) in pattern_subn() function
2675 {"subn", (PyCFunction) pattern_subn, METH_VARARGS|METH_KEYWORDS,