Searched refs:tuple_list (Results 1 – 1 of 1) sorted by relevance
176 def format_channel_bits(fmat, tuple_list): argument177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]