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

Method test_module

Lib/test/test_importlib/extension/test_finder.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 return importer.find_spec(fullname)
46
47 def test_module(self):
48 self.assertTrue(self.find_spec(util.EXTENSIONS.name))
49
50 # No extension module as an __init__ available for testing.
51 test_package = test_package_in_package = None

Callers

nothing calls this directly

Calls 2

find_specMethod · 0.95
assertTrueMethod · 0.80

Tested by

no test coverage detected