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

Method test_create_module

Lib/test/test_importlib/test_abc.py:193–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 SPLIT = make_abc_subclasses(Loader)
192
193 def test_create_module(self):
194 spec = 'a spec'
195 self.assertIsNone(self.ins.create_module(spec))
196
197 def test_module_repr(self):
198 mod = types.ModuleType('blah')

Callers

nothing calls this directly

Calls 2

assertIsNoneMethod · 0.80
create_moduleMethod · 0.45

Tested by

no test coverage detected