Searched refs:all_categories (Results 1 – 3 of 3) sorted by relevance
21 all_categories = { variable81 if category not in all_categories and not exact_match:82 category = unique_string_match(category, all_categories)83 if (category not in all_categories) or category is None:90 str(list(all_categories.keys())))
42 all_categories = { variable212 if category not in all_categories:215 req_events = all_categories[category]["req"]224 for event in all_categories:234 desc = all_categories[category]["desc"]241 req_events = all_categories[category]["req"]245 if "opt" in all_categories[category]:246 opt_events = all_categories[category]["opt"]
265 all_categories = set(269 all_categories.remove(None)270 all_categories = list(sorted(all_categories))274 for category in all_categories:290 if category not in all_categories: