Method
_pprint_user_list
(self, object, stream, indent, allowance, context, level)
Source from the content-addressed store, hash-verified
| 726 | _dispatch[_collections.UserDict.__repr__] = _pprint_user_dict |
| 727 | |
| 728 | def _pprint_user_list(self, object, stream, indent, allowance, context, level): |
| 729 | self._format(object.data, stream, indent, allowance, context, level - 1) |
| 730 | |
| 731 | _dispatch[_collections.UserList.__repr__] = _pprint_user_list |
| 732 | |
Callers
nothing calls this directly
Tested by
no test coverage detected