MCPcopy Create free account
hub / github.com/dask/dask / C

Class C

dask/tests/test_tokenize.py:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305def test_normalize_object_unserializable():
306 class C:
307 def __reduce__(self):
308 assert False
309
310 c = C()
311

Calls

no outgoing calls