MCPcopy 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
876class Lookup:

Callers 5

searchMethod · 0.95
get_colorMethod · 0.45
test_get_colorMethod · 0.45
test_on_new_color_setMethod · 0.45
test_set_color_sampleMethod · 0.45

Calls 1

LookupClass · 0.85

Tested by 3

test_get_colorMethod · 0.36
test_on_new_color_setMethod · 0.36
test_set_color_sampleMethod · 0.36