MCPcopy 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_tokenizeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_check_tokenizeFunction · 0.68