MCPcopy Index your code
hub / github.com/dask/dask / C

Class C

dask/tests/test_tokenize.py:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls