Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
def
pprint(obj: Any, *args: Any, **kwargs: Any) -> None:
51
print(pformat(obj, *args, **kwargs))
Callers
1
test_pprint
Function · 0.90
Calls
1
pformat
Function · 0.85
Tested by
1
test_pprint
Function · 0.72