MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / pp

Function pp

python/seldon/shell/shell_main.py:34–36  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

32}
33
34def pp(o):
35 p = pprint.PrettyPrinter(indent=4)
36 p.pprint(o)
37
38def get_seldon_banner():
39 return '''\

Callers 3

do_confMethod · 0.70
do_gdataMethod · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected