MCPcopy Index your code
hub / github.com/python/cpython / _pprint_user_list

Method _pprint_user_list

Lib/pprint.py:728–729  ·  view source on GitHub ↗
(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

Calls 1

_formatMethod · 0.95

Tested by

no test coverage detected