Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_importlib/resources/
Dutil.py63 def create_package(file=None, path=None, is_package=True, contents=()): function
/third_party/python/Lib/test/
Dtest_modulefinder.py300 def create_package(test_dir, source): function