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