Home | History | Annotate | Download | only in Lib

Lines Matching defs:_dispatch

164             p = self._dispatch.get(type(object).__repr__, None)
178 _dispatch = {}
192 _dispatch[dict.__repr__] = _pprint_dict
205 _dispatch[_collections.OrderedDict.__repr__] = _pprint_ordered_dict
213 _dispatch[list.__repr__] = _pprint_list
222 _dispatch[tuple.__repr__] = _pprint_tuple
241 _dispatch[set.__repr__] = _pprint_set
242 _dispatch[frozenset.__repr__] = _pprint_set
293 _dispatch[str.__repr__] = _pprint_str
314 _dispatch[bytes.__repr__] = _pprint_bytes
323 _dispatch[bytearray.__repr__] = _pprint_bytearray
331 _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy
418 _dispatch[_collections.defaultdict.__repr__] = _pprint_default_dict
434 _dispatch[_collections.Counter.__repr__] = _pprint_counter
451 _dispatch[_collections.ChainMap.__repr__] = _pprint_chain_map
471 _dispatch[_collections.deque.__repr__] = _pprint_deque
476 _dispatch[_collections.UserDict.__repr__] = _pprint_user_dict
481 _dispatch[_collections.UserList.__repr__] = _pprint_user_list
486 _dispatch[_collections.UserString.__repr__] = _pprint_user_string