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

Method _from_text_for

Lib/importlib/metadata/__init__.py:362–363  ·  view source on GitHub ↗
(cls, text, dist)

Source from the content-addressed store, hash-verified

360
361 @classmethod
362 def _from_text_for(cls, text, dist):
363 return cls(ep._for(dist) for ep in cls._from_text(text))
364
365 @staticmethod
366 def _from_text(text):

Callers 1

entry_pointsMethod · 0.80

Calls 3

_forMethod · 0.80
_from_textMethod · 0.80
clsClass · 0.50

Tested by

no test coverage detected