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

Function complete

Lib/sqlite3/_completer.py:99–100  ·  view source on GitHub ↗
(text, state)

Source from the content-addressed store, hash-verified

97
98 old_completer = readline.get_completer()
99 def complete(text, state):
100 return _complete(con, text, state)
101 try:
102 readline.set_completer(complete)
103 if readline.backend == "editline":

Callers

nothing calls this directly

Calls 1

_completeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…