Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __init__
Method
__init__
django/utils/datastructures.py:74–75 ·
view source on GitHub ↗
(self, key_to_list_mapping=())
Source
from the content-addressed store, hash-verified
72
""
"
73
74
def
__init__(self, key_to_list_mapping=()):
75
super().__init__(key_to_list_mapping)
76
77
def
__repr__(self):
78
return
"<%s: %s>"
% (self.__class__.__name__, super().__repr__())
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected