MCPcopy Create free account
hub / github.com/chaimleib/intervaltree / isreadable

Method isreadable

test/pprint.py:165–167  ·  view source on GitHub ↗
(self, object)

Source from the content-addressed store, hash-verified

163 return self.format(object, {}, 0, 0)[2]
164
165 def isreadable(self, object):
166 s, readable, recursive = self.format(object, {}, 0, 0)
167 return readable and not recursive
168
169 def _format(self, object, stream, indent, allowance, context, level, enable_pickle=None):
170 if enable_pickle is None:

Callers

nothing calls this directly

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected