Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _recursion
Function
_recursion
Lib/pprint.py:655–657 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
653
654
655
def
_recursion(object):
656
return
(
"<Recursion on %s with id=%s>"
657
% (type(object).__name__, id(object)))
658
659
660
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