Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tanelpoder/0xtools
/ flatten
Function
flatten
lib/0xtools/psnreport.py:28–29 ·
view source on GitHub ↗
(li)
Source
from the content-addressed store, hash-verified
26
import
logging
27
28
def
flatten(li):
29
return
[item
for
sublist in li
for
item in sublist]
30
31
32
### ASCII table output ###
Callers
1
query
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected