You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / core / completer / CompletionContext

class

IPython.core.completer:CompletionContext

source: /IPython/core/completer.py :616

Signature

class   CompletionContext ( token : str full_text : str cursor_position : int cursor_line : int limit : Optional[int] )  →  None

Members

Summary

Completion context provided as an argument to matchers in the Matcher API v2.

Aliases

  • IPython.core.completer.CompletionContext