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

Method find

Lib/test/test_importlib/import_/test_path.py:231–232  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

229
230class FindSpecTests(FinderTests):
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

Callers 15

test_failureMethod · 0.45
test_sys_pathMethod · 0.45
test_pathMethod · 0.45
test_empty_listMethod · 0.45
test_path_hooksMethod · 0.45
test_empty_path_hooksMethod · 0.45
test_seek_tellMethod · 0.45
test_read_after_seekMethod · 0.45
test_seek_tellMethod · 0.45

Calls 1

find_specMethod · 0.45

Tested by

no test coverage detected