Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ is_num_list
Function
is_num_list
tests/utils.py:90–97 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
88
89
90
def
is_num_list(item):
91
try
:
92
for
thing in item:
93
if
not isinstance(thing, Num):
94
raise
TypeError
95
except
TypeError:
96
return
False
97
return
True
Callers
2
compare_dict
Function · 0.85
assert_dict_equal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected