bundles / IPython 9.5.0 / IPython / core / completer / Completer / complete
function
IPython.core.completer:Completer.complete
source: /IPython/core/completer.py :1110
Signature
def complete ( self , text , state ) Summary
Return the next possible completion for 'text'.
Extended Summary
This is called successively with state == 0, 1, 2, ... until it returns None. The completion should begin with 'text'.
Aliases
-
IPython.core.completer.Completer.complete