Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_for
Method · 0.80
Calls
2
vars
Function · 0.85
update
Method · 0.45
Tested by
no test coverage detected