Searched refs:not_in (Results 1 – 4 of 4) sorted by relevance
87 def not_in(chars, where=''): function99 self.regex = not_in(pre, '<') + wordify(key) + not_in(post)
76 def assertWords(self, string, to_find=[], not_in=[]): argument89 for word in not_in:
122 def not_in(a, b): function
62 from tensorflow.python.autograph.operators.logical import not_in