Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ B
Class
B
dask/tests/test_tokenize.py:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
# Not idempotent
104
class
B:
105
def
__dask_tokenize__(self):
106
return
random.random()
107
108
b = B()
109
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