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

Method _pprint_user_string

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

Source from the content-addressed store, hash-verified

731 _dispatch[_collections.UserList.__repr__] = _pprint_user_list
732
733 def _pprint_user_string(self, object, stream, indent, allowance, context, level):
734 self._format(object.data, stream, indent, allowance, context, level - 1)
735
736 _dispatch[_collections.UserString.__repr__] = _pprint_user_string
737

Callers

nothing calls this directly

Calls 1

_formatMethod · 0.95

Tested by

no test coverage detected