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

Class C

dask/tests/test_core.py:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37def test_ishashable():
38 class C:
39 pass
40
41 assert ishashable("x")
42 assert ishashable(1)

Callers 2

test_ishashableFunction · 0.70
test_iskeyFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_ishashableFunction · 0.56
test_iskeyFunction · 0.56