from glider import*defquery(): functions =Functions().exec(10000) throw_instructions = []for function in functions:for instruction in function.throw_instructions().exec():# Return the throw instructions for each function throw_instructions.append(instruction)return throw_instructions