Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py144 def sub(pattern, repl, string, count=0, flags=0): argument
153 def subn(pattern, repl, string, count=0, flags=0): argument
Dmimify.py45 repl = re.compile('^subject:\\s+re: ', re.I) variable
Dgettext.py105 def repl(x): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py148 def sub(pattern, repl, string, count=0, flags=0): argument
157 def subn(pattern, repl, string, count=0, flags=0): argument
Dgettext.py107 def repl(x): function