Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
def
test_ishashable():
38
class
C:
39
pass
40
41
assert ishashable(
"x"
)
42
assert ishashable(1)
Callers
2
test_ishashable
Function · 0.70
test_iskey
Function · 0.70
Calls
no outgoing calls
Tested by
2
test_ishashable
Function · 0.56
test_iskey
Function · 0.56