MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_run_namespace_package

Method test_run_namespace_package

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_check_packageMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected