Searched defs:repl (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | re.py | 144 def sub(pattern, repl, string, count=0, flags=0): argument 153 def subn(pattern, repl, string, count=0, flags=0): argument
|
D | mimify.py | 45 repl = re.compile('^subject:\\s+re: ', re.I) variable
|
D | gettext.py | 105 def repl(x): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | re.py | 148 def sub(pattern, repl, string, count=0, flags=0): argument 157 def subn(pattern, repl, string, count=0, flags=0): argument
|
D | gettext.py | 107 def repl(x): function
|