Home
last modified time | relevance | path

Searched defs:subn (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dre.py157 def subn(pattern, repl, string, count=0, flags=0): function
/external/python/cpython3/Lib/
Dre.py194 def subn(pattern, repl, string, count=0, flags=0): function
/external/python/cpython3/Modules/
D_sre.c986 Py_ssize_t count, Py_ssize_t subn) in pattern_subx()
/external/python/cpython2/Modules/
D_sre.c2381 Py_ssize_t count, Py_ssize_t subn) in pattern_subx()