MCPcopy Index your code
hub / github.com/python/cpython / _for

Method _for

Lib/importlib/metadata/__init__.py:251–253  ·  view source on GitHub ↗
(self, dist)

Source from the content-addressed store, hash-verified

249 return _EntryPointMatch(**match.groupdict())
250
251 def _for(self, dist):
252 vars(self).update(dist=dist)
253 return self
254
255 def matches(self, **params):
256 """

Callers 1

_from_text_forMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected