MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / combine

Method combine

tests_python/test_safe_repr.py:241–244  ·  view source on GitHub ↗
(self, items, large=False)

Source from the content-addressed store, hash-verified

239 return prefix + contents + suffix
240
241 def combine(self, items, large=False):
242 if self.LEFT is None:
243 pytest.skip("unsupported")
244 return self._combine(items, self.LEFT, self.RIGHT, large=large)
245
246 def combine_nested(self, depth, items, large=False):
247 _, _prefix, _suffix, comma = self.info

Callers 3

test_large_flatMethod · 0.95
test_large_nestedMethod · 0.95
test_boundaryMethod · 0.95

Calls 1

_combineMethod · 0.95

Tested by

no test coverage detected