Home
last modified time | relevance | path

Searched refs:maxreplace (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py511 def replace(s, old, new, maxreplace=-1): argument
519 return s.replace(old, new, maxreplace)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py513 def replace(s, old, new, maxreplace=-1): argument
521 return s.replace(old, new, maxreplace)