Home
last modified time | relevance | path

Searched defs:create_package (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_modulefinder.py212 def create_package(source): function
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/tests/
Dutil.py63 def create_package(file=None, path=None, is_package=True, contents=()): function
/external/python/setuptools/setuptools/_vendor/importlib_resources/tests/
Dutil.py63 def create_package(file=None, path=None, is_package=True, contents=()): function
/external/python/cpython3/Lib/test/
Dtest_modulefinder.py303 def create_package(source): function
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py422 def create_package(file, path, is_package=True, contents=()): function