MCPcopy Index your code
hub / github.com/RustPython/RustPython / _pprint_user_dict

Method _pprint_user_dict

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

Source from the content-addressed store, hash-verified

552 _dispatch[_collections.deque.__repr__] = _pprint_deque
553
554 def _pprint_user_dict(self, object, stream, indent, allowance, context, level):
555 self._format(object.data, stream, indent, allowance, context, level - 1)
556
557 _dispatch[_collections.UserDict.__repr__] = _pprint_user_dict
558

Callers

nothing calls this directly

Calls 1

_formatMethod · 0.95

Tested by

no test coverage detected