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

Method test_run_namespace_package

Lib/test/test_runpy.py:515–518  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

513 self._check_package(depth, parent_namespaces=True)
514
515 def test_run_namespace_package(self):
516 for depth in range(1, 4):
517 if verbose > 1: print("Testing package depth:", depth)
518 self._check_package(depth, namespace=True)
519
520 def test_run_namespace_package_in_namespace_package(self):
521 for depth in range(1, 4):

Callers

nothing calls this directly

Calls 1

_check_packageMethod · 0.95

Tested by

no test coverage detected