Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ origin
Method
origin
Lib/importlib/metadata/__init__.py:644–645 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
642
643
@property
644
def
origin(self):
645
return
self._load_json(
'direct_url.json'
)
646
647
def
_load_json(self, filename):
648
return
pass_none(json.loads)(
Callers
nothing calls this directly
Calls
1
_load_json
Method · 0.95
Tested by
no test coverage detected