MCPcopy Create free account
hub / github.com/dcharatan/flowmap / to_tuple

Function to_tuple

flowmap/misc/manipulable.py:15–16  ·  view source on GitHub ↗
(lst)

Source from the content-addressed store, hash-verified

13
14
15def to_tuple(lst):
16 return tuple(to_tuple(element) for element in lst) if isinstance(lst, list) else lst
17
18
19class Manipulable:

Callers 1

cat_sliceableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected