Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _recursion
Function
_recursion
tools/python-3.11.9-amd64/Lib/pprint.py:638–640 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
636
bool, type(None)})
637
638
def
_recursion(object):
639
return
(
"<Recursion on %s with id=%s>"
640
% (type(object).__name__, id(object)))
641
642
643
def
_perfcheck(object=None):
Callers
2
_format
Method · 0.85
_safe_repr
Method · 0.85
Calls
2
type
Class · 0.50
id
Function · 0.50
Tested by
no test coverage detected