Searched refs:to_set (Results 1 – 1 of 1) sorted by relevance
200 def handle_set(config, error, to_set): argument201 missing = [k for k in to_set if k not in config.syms]205 to_set = dict((config.syms[k],v) for (k,v) in to_set.items() if k not in missing)212 while len(to_set):213 set_pass = [(k,v) for (k,v) in to_set.items() if k.visibility]234 del to_set[sym]236 if len(to_set):237 …g config symbol(s) were not visible so were not updated: %s' % (', '.join(s.name for s in to_set)))