MCPcopy Index your code
hub / github.com/RustPython/RustPython / get

Method get

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

Source from the content-addressed store, hash-verified

19
20 @overload
21 def get(
22 self, name: str, failobj: None = None
23 ) -> Optional[str]: ... # pragma: no cover
24
25 @overload
26 def get(self, name: str, failobj: _T) -> Union[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