Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dbtm_utils.py255 if any(rec_test(subpattern, lambda x: type(x) is str)):
256 if any(rec_test(subpattern,
259 elif any(rec_test(subpattern,
275 def rec_test(sequence, test_func): function
280 for y in rec_test(x, test_func):