Searched refs:get_inputs (Results 1 – 9 of 9) sorted by relevance
43 def get_inputs(self): member in install_headers
56 def get_inputs(self): member in install_scripts
75 def get_inputs(self): member in install_data
639 def get_inputs(self): member in install645 inputs.extend(cmd.get_inputs())
201 def get_inputs(self): member in install_lib
25 self.assertEqual(cmd.get_inputs(), headers)
29 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
90 inputs = cmd.get_inputs()
346 const inputs_vec & get_inputs() {return inputs; } in get_inputs() function