Searched defs:interesting (Results 1 – 3 of 3) sorted by relevance
24 interesting = re.compile('[&<]') variable
25 interesting = re.compile('[]&<]') variable
2299 def interesting(strings): function