Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ lookup
Method
lookup
Lib/importlib/metadata/__init__.py:872–873 ·
view source on GitHub ↗
(self, mtime)
Source
from the content-addressed store, hash-verified
870
871
@method_cache
872
def
lookup(self, mtime):
873
return
Lookup(self)
874
875
876
class
Lookup:
Callers
5
search
Method · 0.95
get_color
Method · 0.45
test_get_color
Method · 0.45
test_on_new_color_set
Method · 0.45
test_set_color_sample
Method · 0.45
Calls
1
Lookup
Class · 0.85
Tested by
3
test_get_color
Method · 0.36
test_on_new_color_set
Method · 0.36
test_set_color_sample
Method · 0.36