MCPcopy Create free account
hub / github.com/ipython/ipython / output

Method output

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

Source from the content-addressed store, hash-verified

430 self.width = 0
431
432 def output(self, stream, output_width):
433 for obj in self.objs:
434 stream.write(obj)
435 return output_width + self.width
436
437 def add(self, obj, width):
438 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