MCPcopy Create free account
hub / github.com/TPCD/DCCL / _join_results

Method _join_results

project_utils/visualization_utils.py:1127–1130  ·  view source on GitHub ↗
(self, results)

Source from the content-addressed store, hash-verified

1125 self.field_widths[field_idx][output_idx] = len(o)
1126
1127 def _join_results(self, results):
1128 joined_out = map(lambda i: (i[0], ' '.join(i[1])), results)
1129 joined_fields = map(lambda i: '{}: {}'.format(i[0], i[1]), joined_out)
1130 return '\t'.join(joined_fields)
1131
1132 def _gather_outputs(self, field, log_fields, stat_parent, stat, require_dict=False):
1133 output = []

Callers 1

_log_allMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected