Home
last modified time | relevance | path

Searched refs:subpackage (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_import/data/circular_imports/subpkg/
H A Dsubpackage2.py2 from .. import subpackage namespace
/third_party/python/Lib/test/
H A Dtest_compileall.py639 subpackage = os.path.join(self.pkgdir, 'spam')
640 os.mkdir(subpackage)
641 subinitfn = script_helper.make_script(subpackage, '__init__', '')
642 hamfn = script_helper.make_script(subpackage, 'ham', '')
645 self.assertFalse(os.path.exists(os.path.join(subpackage, '__pycache__')))
651 subpackage = os.path.join(self.pkgdir, 'spam')
652 subpackage2 = os.path.join(subpackage, 'ham')
654 for pkg in (subpackage, subpackage2, subpackage3):
657 subinitfn = os.path.join(subpackage, '__init__.py')
658 hamfn = script_helper.make_script(subpackage, 'ha
[all...]
/third_party/python/Lib/test/test_import/
H A D__init__.py1333 import test.test_import.data.circular_imports.subpackage namespace
1335 self.fail('circular import involving a subpackage failed') namespace

Completed in 5 milliseconds