Method
_pprint_user_string
(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
Tested by
no test coverage detected