MCPcopy 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_pointsMethod · 0.80

Calls 3

_forMethod · 0.80
_from_textMethod · 0.80
clsClass · 0.50

Tested by

no test coverage detected