Searched defs:subn (Results 1 – 3 of 3) sorted by relevance
21 def subn(from_prefix, to_prefix, name): function
211 def subn(pattern, repl, string, count=0, flags=0): function
1046 Py_ssize_t subn) in pattern_subx()