Searched refs:maxreplace (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | string.py | 511 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/ |
D | string.py | 513 def replace(s, old, new, maxreplace=-1): argument 521 return s.replace(old, new, maxreplace)
|