Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
442
class
Breakable(Printable):
Callers
15
text
Method · 0.95
should_backport
Function · 0.45
strip_email_quotes
Function · 0.45
_shutil_which
Function · 0.45
uniq_stable
Function · 0.45
add_s
Method · 0.45
add_re
Method · 0.45
create_ipython_shortcuts
Function · 0.45
_disable_init_location
Method · 0.45
embedded_active
Method · 0.45
setup
Method · 0.45
forbid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected