MCPcopy Index your code
hub / github.com/modelscope/FunASR / print_json

Function print_json

examples/openai_api/smoke_test.py:78–80  ·  view source on GitHub ↗
(title: str, payload: dict)

Source from the content-addressed store, hash-verified

76
77
78def print_json(title: str, payload: dict) -> None:
79 print(f"\n== {title} ==")
80 print(json.dumps(payload, ensure_ascii=False, indent=2))
81
82
83def main() -> int:

Callers 1

mainFunction · 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…