Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ B
Class
B
dask/tests/test_tokenize.py:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
# Not idempotent
105
class
B:
106
def
__dask_tokenize__(self):
107
return
random.random()
108
109
b = B()
110
with
pytest.raises(AssertionError):
Callers
1
test_check_tokenize
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_check_tokenize
Function · 0.68