Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddifflib.py1427 def record_sub_info(match_object,sub_info=sub_info): argument
1428 sub_info.append([match_object.group(1)[0],match_object.span()])
1429 return match_object.group(1)