Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ search
Method
search
Lib/importlib/metadata/__init__.py:862–863 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
860
return
dict.fromkeys(child.split(posixpath.sep, 1)[0]
for
child in names)
861
862
def
search(self, name):
863
return
self.lookup(self.mtime).search(name)
864
865
@property
866
def
mtime(self):
Callers
nothing calls this directly
Calls
2
lookup
Method · 0.95
search
Method · 0.45
Tested by
no test coverage detected