MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / output

Function output

web/pgacloud/utils/io.py:32–34  ·  view source on GitHub ↗

Dump JSON output from a dict

(data)

Source from the content-addressed store, hash-verified

30
31
32def output(data):
33 """ Dump JSON output from a dict """
34 print(json.dumps(data))

Callers 6

_add_ingress_ruleMethod · 0.90
cmd_create_instanceMethod · 0.90
cmd_create_instanceMethod · 0.90
cmd_create_instanceMethod · 0.90
errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected