Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_modulefinder.py303 def create_package(source): function
/third_party/python/Lib/test/test_importlib/
Dutil.py422 def create_package(file, path, is_package=True, contents=()): function