MCPcopy Index your code
hub / github.com/python/cpython / check_found

Method check_found

Lib/test/test_importlib/import_/test_path.py:233–234  ·  view source on GitHub ↗
(self, found, importer)

Source from the content-addressed store, hash-verified

231 def find(self, *args, **kwargs):
232 return self.machinery.PathFinder.find_spec(*args, **kwargs)
233 def check_found(self, found, importer):
234 self.assertIs(found.loader, importer)
235
236
237(Frozen_FindSpecTests,

Callers 4

test_sys_pathMethod · 0.45
test_pathMethod · 0.45
test_path_hooksMethod · 0.45

Calls 1

assertIsMethod · 0.45

Tested by

no test coverage detected