MCPcopy
hub / github.com/borgbackup/borg / json_print

Function json_print

src/borg/helpers/parseformat.py:1375–1376  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1373
1374
1375def json_print(obj):
1376 print(json_dump(obj))
1377
1378
1379def prepare_dump_dict(d):

Callers 6

do_infoMethod · 0.85
do_repo_infoMethod · 0.85
create_innerMethod · 0.85
do_benchmark_cpuMethod · 0.85
do_repo_listMethod · 0.85
_import_tarMethod · 0.85

Calls 1

json_dumpFunction · 0.85

Tested by

no test coverage detected