Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isrecursive
Method
isrecursive
Lib/pprint.py:182–183 ·
view source on GitHub ↗
(self, object)
Source
from the content-addressed store, hash-verified
180
return
sio.getvalue()
181
182
def
isrecursive(self, object):
183
return
self.format(object, {}, 0, 0)[2]
184
185
def
isreadable(self, object):
186
s, readable, recursive = self.format(object, {}, 0, 0)
Callers
3
test_basic
Method · 0.95
test_knotted
Method · 0.95
test_unreadable
Method · 0.95
Calls
1
format
Method · 0.95
Tested by
3
test_basic
Method · 0.76
test_knotted
Method · 0.76
test_unreadable
Method · 0.76