MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example.py

File example.py

src/4/how_to_flatten_a_nested_sequence/example.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Example of flattening a nested sequence using subgenerators
2
3from collections import Iterable
4

Callers

nothing calls this directly

Calls 1

flattenFunction · 0.85

Tested by

no test coverage detected