Lines Matching refs:matches
90 self.matches = self.attr_matches(text)
92 self.matches = self.global_matches(text)
94 return self.matches[state]
117 matches = []
129 matches.append(word)
134 matches.append(self._callable_postfix(val, word))
135 return matches
166 matches = []
187 matches.append(match)
190 matches.append(self._callable_postfix(value, match))
192 matches.append(match)
193 if matches or not noprefix:
199 matches.sort()
200 return matches