MCPcopy Create free account
hub / github.com/ipython/ipython / flat_matches

Method flat_matches

IPython/utils/strdispatch.py:63–68  ·  view source on GitHub ↗

Yield all 'value' targets, without priority

(self, key)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected