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

Method output

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

Source from the content-addressed store, hash-verified

420class Printable(object):
421
422 def output(self, stream, output_width):
423 return output_width
424
425
426class Text(Printable):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected