MCPcopy
hub / github.com/httpie/cli / repr_dict

Function repr_dict

httpie/utils.py:76–77  ·  view source on GitHub ↗
(d: dict)

Source from the content-addressed store, hash-verified

74
75
76def repr_dict(d: dict) -> str:
77 return pformat(d)
78
79
80def humanize_bytes(n, precision=2):

Callers 3

__str__Method · 0.85
dump_requestFunction · 0.85
__str__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected