MCPcopy Index your code
hub / github.com/ipython/ipython / output

Method output

IPython/lib/pretty.py:458–461  ·  view source on GitHub ↗
(self, stream, output_width)

Source from the content-addressed store, hash-verified

456 self.width = 0
457
458 def output(self, stream, output_width):
459 for obj in self.objs:
460 stream.write(obj)
461 return output_width + self.width
462
463 def add(self, obj, width):
464 self.objs.append(obj)

Callers 2

_break_one_groupMethod · 0.45
flushMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected