Searched refs:tuple_list (Results 1 – 2 of 2) sorted by relevance
172 def format_channel_bits(fmat, tuple_list): argument173 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
27 def ListFromPathTuples(cls, tuple_list): argument37 for remote_path, local_path in tuple_list: