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

Function is_simple_array

_plotly_utils/basevalidators.py:215–219  ·  view source on GitHub ↗

Return whether a value is considered to be an simple array

(v)

Source from the content-addressed store, hash-verified

213
214
215def is_simple_array(v):
216 """
217 Return whether a value is considered to be an simple array
218 """
219 return isinstance(v, (list, tuple))
220
221
222def is_array(v):

Callers 11

is_arrayFunction · 0.85
presentMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85
validate_coerceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected