Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __init__
Method
__init__
django/utils/datastructures.py:269–272 ·
view source on GitHub ↗
(self, data, func, prefix)
Source
from the content-addressed store, hash-verified
267
""
"
268
269
def
__init__(self, data, func, prefix):
270
super().__init__(data)
271
self.func = func
272
self.prefix = prefix
273
274
def
__getitem__(self, key):
275
""
"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected