Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2554 pattern_sub(PatternObject* self, PyObject* args, PyObject* kw) in pattern_sub() function
2673 {"sub", (PyCFunction) pattern_sub, METH_VARARGS|METH_KEYWORDS,