Searched refs:filter_char (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_builtin.py | 131 def filter_char(arg): function 917 f1 = filter(filter_char, "abcdeabcde") 918 f2 = filter(filter_char, "abcdeabcde") |
Completed in 4 milliseconds