Searched refs:_callable_postfix (Results 1 – 2 of 2) sorted by relevance
91 def _callable_postfix(self, val, word): member in Completer115 matches.append(self._callable_postfix(val, word))155 word = self._callable_postfix(val, "%s.%s" % (expr, word))
97 def _callable_postfix(self, val, word): member in Completer127 matches.append(self._callable_postfix(val, word))177 match = self._callable_postfix(val, match)