Searched refs:parsed_functions (Results 1 – 2 of 2) sorted by relevance
214 def functions_to_breakpoint(parsed_functions): argument229 for function in reversed(parsed_functions):248 def run(parsed_functions): argument257 names = [function['name'] for function in parsed_functions]258 breakpoints = functions_to_breakpoint(parsed_functions)
1228 parsed_functions = OrderedDict()1250 if current_group['name'] in parsed_functions:1252 parsed_functions[current_group['name']] = current_group1277 return parsed_functions1902 parsed_functions = get_parsed_functions(functions_txt_filename)1914 parsed_functions, outfile, indent=4, separators=(',', ': '), default=serialize_obj)1923 for group_name, group in parsed_functions.items():1952 for group_name, group in parsed_functions.items():