Searched refs:_callable_postfix (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | rlcompleter.py | 91 def _callable_postfix(self, val, word): member in Completer 115 matches.append(self._callable_postfix(val, word)) 155 word = self._callable_postfix(val, "%s.%s" % (expr, word))
|
/external/python/cpython3/Lib/ |
D | rlcompleter.py | 97 def _callable_postfix(self, val, word): member in Completer 127 matches.append(self._callable_postfix(val, word)) 177 match = self._callable_postfix(val, match)
|
/external/python/apitools/apitools/base/py/ |
D | base_cli.py | 98 def _callable_postfix(self, val, word): member in _SmartCompleter
|