Searched defs:repl (Results 1 – 3 of 3) sorted by relevance
69 def sub(pattern, repl, string, count=0): argument72 def subn(pattern, repl, string, count=0): argument
414 def repl(self) -> Iterator[None]: member in QMPShell
37 #define repl(n, x) glue(repl, n)(x) macro