MCPcopy Index your code
hub / github.com/ipython/ipython / _userlist_pprint

Function _userlist_pprint

IPython/lib/pretty.py:935–940  ·  view source on GitHub ↗
(obj, p, cycle)

Source from the content-addressed store, hash-verified

933
934
935def _userlist_pprint(obj, p, cycle):
936 cls_ctor = CallExpression.factory(obj.__class__.__name__)
937 if cycle:
938 p.pretty(cls_ctor(RawText("...")))
939 else:
940 p.pretty(cls_ctor(obj.data))
941
942
943for_type_by_name('collections', 'defaultdict', _defaultdict_pprint)

Callers

nothing calls this directly

Calls 3

RawTextClass · 0.85
factoryMethod · 0.80
prettyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…