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

Method test_namespace_package

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

Source from the content-addressed store, hash-verified

366 self._do_test(package_test)
367
368 def test_namespace_package(self):
369 self._do_test(namespace_package_test)
370
371 def test_maybe(self):
372 self._do_test(maybe_test)

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected