Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ D
Class
D
dask/tests/test_tokenize.py:772–773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
770
return
self.x
771
772
class
D(C):
773
pass
774
775
a, b, c = C(1), C(2), D(1)
776
assert check_tokenize(a) != check_tokenize(b)
Callers
1
test_tokenize_callable_class
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_tokenize_callable_class
Function · 0.68