Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddifflib.py1426 sub_info = []
1427 def record_sub_info(match_object,sub_info=sub_info): argument
1428 sub_info.append([match_object.group(1)[0],match_object.span()])
1433 for key,(begin,end) in sub_info[::-1]: