MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / format_dict

Function format_dict

benchmarks/src/postprocessing/common.py:14–15  ·  view source on GitHub ↗
(dict: Dict[str, Any])

Source from the content-addressed store, hash-verified

12
13
14def format_dict(dict: Dict[str, Any]) -> str:
15 return ",".join(f"{k}={v}" for (k, v) in sorted(dict.items()))
16
17
18def create_database_df(database: Database) -> pd.DataFrame:

Callers 1

create_database_dfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected