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

Method a_matcher

tests/test_completer.py:1902–1903  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1900 def test_matcher_suppression(self):
1901 @completion_matcher(identifier="a_matcher")
1902 def a_matcher(text):
1903 return ["completion_a"]
1904
1905 @completion_matcher(identifier="b_matcher", api_version=2)
1906 def b_matcher(context: CompletionContext):

Callers

nothing calls this directly

Calls 1

SimpleCompletionClass · 0.90

Tested by

no test coverage detected