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

Function _get_matcher_api_version

IPython/core/completer.py:787–788  ·  view source on GitHub ↗
(matcher)

Source from the content-addressed store, hash-verified

785
786
787def _get_matcher_api_version(matcher):
788 return getattr(matcher, "matcher_api_version", 1)
789
790
791context_matcher = partial(completion_matcher, api_version=2)

Callers 3

_is_matcher_v1Function · 0.85
_is_matcher_v2Function · 0.85
_completeMethod · 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…