MCPcopy Index your code
hub / github.com/huggingface/diffusers / _print_list

Function _print_list

utils/tests_fetcher.py:828–832  ·  view source on GitHub ↗

Pretty print a list of elements with one line per element and a - starting each line.

(l)

Source from the content-addressed store, hash-verified

826
827
828def _print_list(l) -> str:
829 """
830 Pretty print a list of elements with one line per element and a - starting each line.
831 """
832 return "\n".join([f"- {f}" for f in l])
833
834
835def update_test_map_with_core_pipelines(json_output_file: str):

Callers 2

infer_tests_to_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…