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

Method _pprint_user_string

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

Source from the content-addressed store, hash-verified

562 _dispatch[_collections.UserList.__repr__] = _pprint_user_list
563
564 def _pprint_user_string(self, object, stream, indent, allowance, context, level):
565 self._format(object.data, stream, indent, allowance, context, level - 1)
566
567 _dispatch[_collections.UserString.__repr__] = _pprint_user_string
568

Callers

nothing calls this directly

Calls 1

_formatMethod · 0.95

Tested by

no test coverage detected