Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasynchat.py310 def find_prefix_at_end (haystack, needle): argument
311 l = len(needle) - 1
312 while l and not haystack.endswith(needle[:l]):