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

Method __init__

IPython/lib/pretty.py:428–430  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426class Text(Printable):
427
428 def __init__(self):
429 self.objs = []
430 self.width = 0
431
432 def output(self, stream, output_width):
433 for obj in self.objs:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected