MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / isrecursive

Method isrecursive

tools/python-3.11.9-amd64/Lib/pprint.py:164–165  ·  view source on GitHub ↗
(self, object)

Source from the content-addressed store, hash-verified

162 return sio.getvalue()
163
164 def isrecursive(self, object):
165 return self.format(object, {}, 0, 0)[2]
166
167 def isreadable(self, object):
168 s, readable, recursive = self.format(object, {}, 0, 0)

Callers

nothing calls this directly

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected