MCPcopy Index your code
hub / github.com/plotly/plotly.py / isarray

Function isarray

_plotly_utils/png.py:238–239  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

236
237
238def isarray(x):
239 return isinstance(x, array)
240
241
242def check_palette(palette):

Callers 2

write_arrayMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected