Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _from_text_for
Method
_from_text_for
Lib/importlib/metadata/__init__.py:295–296 ·
view source on GitHub ↗
(cls, text, dist)
Source
from the content-addressed store, hash-verified
293
294
@classmethod
295
def
_from_text_for(cls, text, dist):
296
return
cls(ep._for(dist)
for
ep in cls._from_text(text))
297
298
@staticmethod
299
def
_from_text(text):
Callers
1
entry_points
Method · 0.80
Calls
3
_for
Method · 0.80
_from_text
Method · 0.80
cls
Class · 0.50
Tested by
no test coverage detected