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

Method get_all

Lib/importlib/metadata/_meta.py:34–36  ·  view source on GitHub ↗
(
        self, name: str, failobj: None = None
    )

Source from the content-addressed store, hash-verified

32 # overload per python/importlib_metadata#435
33 @overload
34 def get_all(
35 self, name: str, failobj: None = None
36 ) -> list[Any] | None: ... # pragma: no cover
37
38 @overload
39 def get_all(self, name: str, failobj: _T) -> list[Any] | _T:

Callers 1

_read_dist_info_reqsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected