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

Method get

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

Source from the content-addressed store, hash-verified

23
24 @overload
25 def get(
26 self, name: str, failobj: None = None
27 ) -> str | None: ... # pragma: no cover
28
29 @overload
30 def get(self, name: str, failobj: _T) -> str | _T: ... # pragma: no cover

Callers 4

_bless_my_loaderFunction · 0.45
_fix_up_moduleFunction · 0.45
reloadFunction · 0.45
pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected