MCPcopy
hub / github.com/scrapy/scrapy / pprint

Function pprint

scrapy/utils/display.py:50–51  ·  view source on GitHub ↗
(obj: Any, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

48
49
50def pprint(obj: Any, *args: Any, **kwargs: Any) -> None:
51 print(pformat(obj, *args, **kwargs))

Callers 1

test_pprintFunction · 0.90

Calls 1

pformatFunction · 0.85

Tested by 1

test_pprintFunction · 0.72