Searched refs:module_map_path (Results 1 – 1 of 1) sorted by relevance
859 def parse_from_file(module_map_path): argument860 if not os.path.exists(module_map_path):861 raise Exception('module map "{}" does not exist'.format(module_map_path))862 with open(module_map_path, 'r') as f: