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

Method test_maybe_new

Lib/test/test_modulefinder.py:374–375  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

372 self._do_test(maybe_test)
373
374 def test_maybe_new(self):
375 self._do_test(maybe_test_new)
376
377 def test_absolute_imports(self):
378 self._do_test(absolute_import_test)

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected