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

Method add

IPython/lib/pretty.py:437–439  ·  view source on GitHub ↗
(self, obj, width)

Source from the content-addressed store, hash-verified

435 return output_width + self.width
436
437 def add(self, obj, width):
438 self.objs.append(obj)
439 self.width += width
440
441
442class Breakable(Printable):

Callers 15

textMethod · 0.95
should_backportFunction · 0.45
strip_email_quotesFunction · 0.45
_shutil_whichFunction · 0.45
uniq_stableFunction · 0.45
add_sMethod · 0.45
add_reMethod · 0.45
create_ipython_shortcutsFunction · 0.45
embedded_activeMethod · 0.45
setupMethod · 0.45
forbidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected