Searched refs:append_list (Results 1 – 8 of 8) sorted by relevance
114 def append_list(self, name): member in InteractiveClient122 return self._proxy.append_list(name)
114 self.interactive.append_list('devices')
113 self.interactive.append_list('devices')
156 def append_list(self, name): member in InteractiveXmlRpcDelegate
422 append_list(exec_list *source) in append_list() function
1221 stmt->then_instructions.append_list(&rhs_instructions); in hir()1262 stmt->else_instructions.append_list(&rhs_instructions); in hir()2963 instructions->append_list(&initializer_instructions); in hir()4102 instructions->append_list(&declared_variables); in hir()
304 instructions->append_list(&post_call_conversions); in generate_call()
1827 append_list = []1834 append_list.append(dup_row(row))1847 append_list.append(row)1854 append_list.append(dup_row(row))1862 append_list.append(dup_row(row))1870 append_list.append(dup_row(row))1878 append_list.append(dup_row(row))1881 for row in append_list: