Method
_pprint_user_list
(self, object, stream, indent, allowance, context, level)
Source from the content-addressed store, hash-verified
| 557 | _dispatch[_collections.UserDict.__repr__] = _pprint_user_dict |
| 558 | |
| 559 | def _pprint_user_list(self, object, stream, indent, allowance, context, level): |
| 560 | self._format(object.data, stream, indent, allowance, context, level - 1) |
| 561 | |
| 562 | _dispatch[_collections.UserList.__repr__] = _pprint_user_list |
| 563 | |
Callers
nothing calls this directly
Tested by
no test coverage detected