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

Method _callable_attr_postfix

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

Source from the content-addressed store, hash-verified

60 return word
61
62 def _callable_attr_postfix(self, val, word):
63 return rlcompleter.Completer._callable_postfix(self, val, word)
64
65 def global_matches(self, text):
66 names = rlcompleter.Completer.global_matches(self, text)

Callers 1

attr_matchesMethod · 0.95

Calls 1

_callable_postfixMethod · 0.45

Tested by

no test coverage detected