Lines Matching defs:matches
119 Compute matches when text is a simple name.
124 matches = []
133 matches.append(os.path.join(directory, word))
140 matches.append(word)
149 matches.append(word)
152 matches.append(word)
159 return matches
792 matches = []
794 if e.matches(subpath):
795 matches.append(e)
796 return matches
799 def matches(self, subexp):
805 matches = False
811 matches = (str(getattr(self.obj, attr)) == val)
814 return matches
834 def matches(self, subexp):
841 def matches(self, subexp):
851 #def matches(self, subexp):
871 def matches(self, subexp):
880 def matches(self, subexp):
892 matches = s.lookup(path)
893 for match in matches: