Searched refs:dictionary (Results 1 – 2 of 2) sorted by relevance
125 def get_field_declarations(self, dictionary): argument126 return list(map(lambda d: Template(d).safe_substitute(dictionary), self.declarations))131 def get_lookup(self, dictionary): argument132 return Template(self.lookup).safe_substitute(dictionary)140 def get_value(self, dictionary): argument141 return Template(self.get_value_).safe_substitute(dictionary)565 dictionary = {575 …dictionary['imports'] = ";\n".join(list(map(lambda x: "import " + x, var_handle_kind.get_imports()…576 dictionary['lookup'] = var_handle_kind.get_lookup(dictionary)577 … dictionary['field_declarations'] = ";\n".join(var_handle_kind.get_field_declarations(dictionary))[all …]
68 will load from "arm/OP_NOP.S". A substitution dictionary will be79 "arm/ALT_OP_NOP.S". A substitution dictionary will be applied102 A substitution dictionary is applied to all opcode fragments as they are105 The dictionary always includes:121 specify values for the substitution dictionary, using standard Python129 Specify default substitution dictionary values, using standard Python