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

Method format_dict

src/diffusers/commands/env.py:179–180  ·  view source on GitHub ↗
(d: dict)

Source from the content-addressed store, hash-verified

177
178 @staticmethod
179 def format_dict(d: dict) -> str:
180 return "\n".join([f"- {prop}: {val}" for prop, val in d.items()]) + "\n"

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected