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

Method flat_matches

IPython/utils/strdispatch.py:64–69  ·  view source on GitHub ↗

Yield all 'value' targets, without priority

(self, key)

Source from the content-addressed store, hash-verified

62 yield el[1]
63
64 def flat_matches(self, key):
65 """ Yield all 'value' targets, without priority """
66 for val in self.dispatch(key):
67 for el in val:
68 yield el[1] # only value, no priority
69 return

Callers 1

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected