Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ as_list_or_tuple
Function
as_list_or_tuple
experiments/python/utils.py:24–25 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
22
23
24
def
as_list_or_tuple(x):
25
return
x
if
is_list_or_tuple(x)
else
[x]
26
27
28
def
is_string(x):
Callers
nothing calls this directly
Calls
1
is_list_or_tuple
Function · 0.85
Tested by
no test coverage detected