MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577250.py

File recipe-577250.py

recipes/Python/577250_Flatten_a_list_/recipe-577250.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1 def flattenlist(L):
2 import types
3 WhiteTypes = ('StringType', 'UnicodeType', 'StringTypes', 'ListType',
4 'ObjectType', 'TupleType')

Callers

nothing calls this directly

Calls 1

flattenlistFunction · 0.85

Tested by

no test coverage detected