bundles / IPython 9.13.0 / IPython / core / completer / IPCompleter / _jedi_matches
function
IPython.core.completer:IPCompleter._jedi_matches
source: /IPython/core/completer.py :2499
Signature
def _jedi_matches ( self , cursor_column : int , cursor_line : int , text : str ) → Iterator[_JediCompletionLike] Summary
Return a list of jedi.api.Completions object from a text and cursor position.
Parameters
cursor_column: intcolumn position of the cursor in
text, 0-indexed.cursor_line: intline position of the cursor in
text, 0-indexedtext: strtext to complete
Notes
If IPCompleter.debug is True may return a _FakeJediCompletion object containing a string with the Jedi debug information attached.
Aliases
-
IPython.core.completer.IPCompleter._jedi_matches