MCPcopy Index your code
hub / github.com/python/cpython / _callable_postfix

Method _callable_postfix

Lib/_pyrepl/fancycompleter.py:58–60  ·  view source on GitHub ↗
(self, val, word)

Source from the content-addressed store, hash-verified

56 return rlcompleter.Completer.complete(self, text, state)
57
58 def _callable_postfix(self, val, word):
59 # disable automatic insertion of '(' for global callables
60 return word
61
62 def _callable_attr_postfix(self, val, word):
63 return rlcompleter.Completer._callable_postfix(self, val, word)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected