MCPcopy 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
53def 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_graphvizFunction · 0.90
_to_graphvizMethod · 0.90
to_graphvizFunction · 0.85
_to_cytoscape_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected