MCPcopy Index your code
hub / github.com/RustPython/RustPython / _for

Method _for

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

Source from the content-addressed store, hash-verified

199 return re.findall(r'\w+', match.group('extras') or '')
200
201 def _for(self, dist):
202 vars(self).update(dist=dist)
203 return self
204
205 def matches(self, **params):
206 """

Callers 1

_from_text_forMethod · 0.80

Calls 2

varsFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected