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

File recipe-576410.py

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

Source from the content-addressed store, hash-verified

1"""Module for the creation and use of iterator-based lazy lists.
2this module defines a class LazyList which can be used to represent sequences
3of values generated lazily. One can also create recursively defined lazy lists
4that generate their values based on ones previously generated."""

Callers

nothing calls this directly

Calls 4

printFunction · 0.85
listClass · 0.85
fibgenFunction · 0.70
primegenFunction · 0.70

Tested by

no test coverage detected