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

Function _get_matcher_id

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

Source from the content-addressed store, hash-verified

781
782
783def _get_matcher_id(matcher: Matcher):
784 return getattr(matcher, "matcher_identifier", matcher.__qualname__)
785
786
787def _get_matcher_api_version(matcher):

Callers 5

__init__Method · 0.85
_completionsMethod · 0.85
completeMethod · 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…