Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ name
Function
name
dask/dot.py:53–57 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
51
52
53
def
name(x):
54
try
:
55
return
str(hash(x))
56
except
TypeError:
57
return
str(hash(str(x)))
58
59
60
_HASHPAT = re.compile(
"([0-9a-z]{32})"
)
Callers
4
to_graphviz
Function · 0.90
_to_graphviz
Method · 0.90
to_graphviz
Function · 0.85
_to_cytoscape_json
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected