MCPcopy 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

26import logging
27
28def flatten(li):
29 return [item for sublist in li for item in sublist]
30
31
32### ASCII table output ###

Callers 1

queryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected