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

Method _combine

tests_python/test_safe_repr.py:235–239  ·  view source on GitHub ↗
(self, items, prefix, suffix, large)

Source from the content-addressed store, hash-verified

233 raise TypeError("unsupported")
234
235 def _combine(self, items, prefix, suffix, large):
236 contents = ", ".join(str(item) for item in items)
237 if large:
238 contents += ", ..."
239 return prefix + contents + suffix
240
241 def combine(self, items, large=False):
242 if self.LEFT is None:

Callers 2

combineMethod · 0.95
combine_nestedMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected