Home
last modified time | relevance | path

Searched refs:module_path_to_dotted_name (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_zipimport.py39 def module_path_to_dotted_name(path): function
227 mod_name = module_path_to_dotted_name(mod_path)
271 mod_name = module_path_to_dotted_name(mod_path)
/external/python/cpython3/Lib/test/
Dtest_zipimport.py46 def module_path_to_dotted_name(path): function
454 mod_name = module_path_to_dotted_name(mod_path)
512 mod_name = module_path_to_dotted_name(mod_path)