Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
to_tuple(lst):
16
return
tuple(to_tuple(element)
for
element in lst)
if
isinstance(lst, list)
else
lst
17
18
19
class
Manipulable:
Callers
1
cat_sliceable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected