Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _recursion
Function
_recursion
Lib/pprint.py:872–874 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
870
871
872
def
_recursion(object):
873
return
(
"<Recursion on %s with id=%s>"
874
% (type(object).__name__, id(object)))
875
876
877
def
_wrap_bytes_repr(object, width, allowance):
Callers
2
_format
Method · 0.85
_safe_repr
Method · 0.85
Calls
1
id
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…