bundles / IPython 9.5.0 / IPython / core / completer / CompletionContext
class
IPython.core.completer:CompletionContext
source: /IPython/core/completer.py :618
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