MCPcopy Index your code
hub / github.com/bqplot/bqplot / hashable

Function hashable

bqplot/pyplot.py:75–80  ·  view source on GitHub ↗
(data, v)

Source from the content-addressed store, hash-verified

73
74# Determine whether `v` can be hashed.
75def hashable(data, v):
76 try:
77 data[v]
78 except (TypeError, KeyError, IndexError):
79 return False
80 return True
81
82
83def show(key=None, display_toolbar=True):

Callers 1

_mark_with_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…