MCPcopy 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
24def as_list_or_tuple(x):
25 return x if is_list_or_tuple(x) else [x]
26
27
28def is_string(x):

Callers

nothing calls this directly

Calls 1

is_list_or_tupleFunction · 0.85

Tested by

no test coverage detected