MCPcopy Index your code
hub / github.com/python/cpython / _pprint_user_dict

Method _pprint_user_dict

Lib/pprint.py:723–724  ·  view source on GitHub ↗
(self, object, stream, indent, allowance, context, level)

Source from the content-addressed store, hash-verified

721 _dispatch[_collections.deque.__repr__] = _pprint_deque
722
723 def _pprint_user_dict(self, object, stream, indent, allowance, context, level):
724 self._format(object.data, stream, indent, allowance, context, level - 1)
725
726 _dispatch[_collections.UserDict.__repr__] = _pprint_user_dict
727

Callers

nothing calls this directly

Calls 1

_formatMethod · 0.95

Tested by

no test coverage detected