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

Method isreadable

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

Source from the content-addressed store, hash-verified

165 return self.format(object, {}, 0, 0)[2]
166
167 def isreadable(self, object):
168 s, readable, recursive = self.format(object, {}, 0, 0)
169 return readable and not recursive
170
171 def _format(self, object, stream, indent, allowance, context, level):
172 objid = id(object)

Callers

nothing calls this directly

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected