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

Function _is_matcher_v2

IPython/core/completer.py:703–705  ·  view source on GitHub ↗
(matcher: Matcher)

Source from the content-addressed store, hash-verified

701
702
703def _is_matcher_v2(matcher: Matcher) -> TypeGuard[MatcherAPIv2]:
704 api_version = _get_matcher_api_version(matcher)
705 return api_version == 2
706
707
708def _is_sizable(value: Any) -> TypeGuard[Sized]:

Callers 1

_completeMethod · 0.85

Calls 1

_get_matcher_api_versionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…