Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ _hash_item
Method
_hash_item
django/test/runner.py:672–674 ·
view source on GitHub ↗
(self, item, key)
Source
from the content-addressed store, hash-verified
670
return
f
"{self.seed!r} ({self.seed_source})"
671
672
def
_hash_item(self, item, key):
673
text =
"{}{}"
.format(self.seed, key(item))
674
return
self._hash_text(text)
675
676
def
shuffle(self, items, key):
677
""
"
Callers
3
shuffle
Method · 0.95
test_hash_item_seed
Method · 0.95
test_hash_item_key
Method · 0.95
Calls
2
_hash_text
Method · 0.95
format
Method · 0.45
Tested by
2
test_hash_item_seed
Method · 0.76
test_hash_item_key
Method · 0.76