MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / flatten_list

Function flatten_list

seq2seq/utils.py:446–447  ·  view source on GitHub ↗
(summary_ids: List[List])

Source from the content-addressed store, hash-verified

444
445
446def flatten_list(summary_ids: List[List]):
447 return [x for x in itertools.chain.from_iterable(summary_ids)]
448
449
450def save_git_info(folder_path: str) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected