MCPcopy 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

lookupMethod · 0.95
searchMethod · 0.45

Tested by

no test coverage detected