MCPcopy Index your code
hub / github.com/ipython/ipython / SimpleMatcherResult

Class SimpleMatcherResult

IPython/core/completer.py:595–602  ·  view source on GitHub ↗

Result of new-style completion matcher.

Source from the content-addressed store, hash-verified

593
594@sphinx_options(show_inherited_members=True, exclude_inherited_from=["dict"])
595class SimpleMatcherResult(_MatcherResultBase, TypedDict):
596 """Result of new-style completion matcher."""
597
598 # note: TypedDict is added again to the inheritance chain
599 # in order to get __orig_bases__ for documentation
600
601 #: List of candidate completions
602 completions: Sequence[SimpleCompletion] | Iterator[SimpleCompletion]
603
604
605class _JediMatcherResult(_MatcherResultBase):

Callers 3

magic_color_matcherMethod · 0.85
python_matcherMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…