Skip to content

Dictionaries

This file contains Python dictionaries used to store: - Alternative titles - Format cache - Title cache

alternative_titles_dict module-attribute

alternative_titles_dict = load(file)

alternative_titles_file module-attribute

alternative_titles_file: str = join(resources_path, 'alternative_titles.json')

base_path module-attribute

base_path = dirname(dirname(base_path))

cache_format_dict module-attribute

cache_format_dict = load(file)

cache_title_dict module-attribute

cache_title_dict = load(file)

format_cache_file module-attribute

format_cache_file: str = join(resources_path, 'format_cache.json')

resources_path module-attribute

resources_path: str = join(base_path, 'Resources')

title_cache_file module-attribute

title_cache_file: str = join(resources_path, 'title_cache.json')