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

Method isrecursive

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected