Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ origin
Method
origin
Lib/importlib/metadata/__init__.py:729–730 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
727
728
@property
729
def
origin(self):
730
return
self._load_json(
'direct_url.json'
)
731
732
def
_load_json(self, filename):
733
# Deferred for performance (python/importlib_metadata#503)
Callers
nothing calls this directly
Calls
1
_load_json
Method · 0.95
Tested by
no test coverage detected